From: Colin Walters Date: Fri, 19 Mar 2021 21:45:54 +0000 (+0000) Subject: tests/inst: Patch to use my PR for openat X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~5^2~2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b69a4180b838a5646ef93cb7ef19398f50b1a0cf;p=ostree.git tests/inst: Patch to use my PR for openat Fixes the build. --- diff --git a/tests/inst/Cargo.toml b/tests/inst/Cargo.toml index 0986c0a7..3301616d 100644 --- a/tests/inst/Cargo.toml +++ b/tests/inst/Cargo.toml @@ -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' }