tests: Drop openat override
authorColin Walters <walters@verbum.org>
Wed, 7 Apr 2021 17:36:04 +0000 (17:36 +0000)
committerColin Walters <walters@verbum.org>
Wed, 7 Apr 2021 18:00:57 +0000 (18:00 +0000)
No longer needed.

tests/inst/Cargo.toml

index 3301616dbb0a120a84bb49ba7cb60e6ce2474441..0986c0a71d011a9a19547f153ad49a098fb578db 100644 (file)
@@ -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' }