diff options
Diffstat (limited to 'tests/functional/build-remote-trustless-should-pass-0.sh')
-rw-r--r-- | tests/functional/build-remote-trustless-should-pass-0.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/functional/build-remote-trustless-should-pass-0.sh b/tests/functional/build-remote-trustless-should-pass-0.sh new file mode 100644 index 000000000..2a7ebd8c6 --- /dev/null +++ b/tests/functional/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 |