tests/inst: Patch to use my PR for openat

Fixes the build.
This commit is contained in:
Colin Walters 2021-03-19 21:45:54 +00:00
parent 61184163ea
commit b69a4180b8
1 changed files with 4 additions and 0 deletions

View 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' }