diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-08-12 03:47:36 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-08-14 04:53:58 +0000 |
commit | cbc43442977a6fbbd046a98fcb09362a60323b5d (patch) | |
tree | 29708a76d82cef6f8691317b6fc41eca66cd3494 /tests/build-remote-trustless-should-pass-2.sh | |
parent | 53f92c779a6a418c7e9a649a0712158e77f43239 (diff) |
Trustless remote building
Co-authored-by: Matthew Bauer <mjbauer95@gmail.com>
Diffstat (limited to 'tests/build-remote-trustless-should-pass-2.sh')
-rw-r--r-- | tests/build-remote-trustless-should-pass-2.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/build-remote-trustless-should-pass-2.sh b/tests/build-remote-trustless-should-pass-2.sh new file mode 100644 index 000000000..941ddca05 --- /dev/null +++ b/tests/build-remote-trustless-should-pass-2.sh @@ -0,0 +1,9 @@ +source common.sh + +# Remote doesn't trust us nor do we think it does +file=build-hook.nix +prog=$(readlink -e ./nix-daemon-untrusting.sh) +proto=ssh-ng +trusting=false + +source build-remote-trustless.sh |