From 35d4e657e7a3cd38dca34b412632706cbaf4a5db Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 7 Apr 2021 17:36:04 +0000 Subject: [PATCH] tests: Drop openat override No longer needed. --- tests/inst/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/inst/Cargo.toml b/tests/inst/Cargo.toml index 3301616d..0986c0a7 100644 --- a/tests/inst/Cargo.toml +++ b/tests/inst/Cargo.toml @@ -46,7 +46,3 @@ with-procspawn-tempdir = { git = "https://github.com/cgwalters/with-procspawn-te # Internal crate for the test macro itest-macro = { path = "itest-macro" } - -[patch.crates-io] -# PR openat (pun intended) https://github.com/tailhook/openat/pull/36 -openat = { git = 'https://github.com/cgwalters/openat', branch = 'libc-rename-signed' }