tests/inst: Patch to use my PR for openat
authorColin Walters <walters@verbum.org>
Fri, 19 Mar 2021 21:45:54 +0000 (21:45 +0000)
committerColin Walters <walters@verbum.org>
Fri, 19 Mar 2021 21:45:54 +0000 (21:45 +0000)
Fixes the build.

tests/inst/Cargo.toml

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