diff options
author | Robert Hensing <roberth@users.noreply.github.com> | 2023-04-17 19:43:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 19:43:41 +0200 |
commit | 64ee02890c965bc5d8747f78e6298205c9307335 (patch) | |
tree | 03966bd2afae2811dc2262980846c42f46653cac /tests/build-remote-trustless-should-pass-0.sh | |
parent | c56705c025a018950ea275432c8795afb3bd4d67 (diff) | |
parent | d41e1bed5e1e1f87927ca1e8e6e1c1ad18b1ea7f (diff) |
Merge pull request #8230 from obsidiansystems/daemon-trust-override
Experimentally allow forcing `nix-daemon` trust; use this to test
Diffstat (limited to 'tests/build-remote-trustless-should-pass-0.sh')
-rw-r--r-- | tests/build-remote-trustless-should-pass-0.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/build-remote-trustless-should-pass-0.sh b/tests/build-remote-trustless-should-pass-0.sh new file mode 100644 index 000000000..2a7ebd8c6 --- /dev/null +++ b/tests/build-remote-trustless-should-pass-0.sh @@ -0,0 +1,9 @@ +source common.sh + +# Remote trusts us +file=build-hook.nix +prog=nix-store +proto=ssh + +source build-remote-trustless.sh +source build-remote-trustless-after.sh |