summaryrefslogtreecommitdiff
path: root/tests/inst
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2021-03-19 21:45:54 +0000
committerColin Walters <walters@verbum.org>2021-03-19 21:45:54 +0000
commitb69a4180b838a5646ef93cb7ef19398f50b1a0cf (patch)
treed46134d17db7966ac3d36d4d831256ccbd712373 /tests/inst
parent61184163ea5cb5f1652dd4e9eb8de151a58d9c45 (diff)
downloadostree-b69a4180b838a5646ef93cb7ef19398f50b1a0cf.tar.gz
tests/inst: Patch to use my PR for openat
Fixes the build.
Diffstat (limited to 'tests/inst')
-rw-r--r--tests/inst/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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' }