aboutsummaryrefslogtreecommitdiff
path: root/tests/build-remote-trustless-should-pass-3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/build-remote-trustless-should-pass-3.sh')
-rw-r--r--tests/build-remote-trustless-should-pass-3.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/build-remote-trustless-should-pass-3.sh b/tests/build-remote-trustless-should-pass-3.sh
new file mode 100644
index 000000000..40f81da5a
--- /dev/null
+++ b/tests/build-remote-trustless-should-pass-3.sh
@@ -0,0 +1,14 @@
+source common.sh
+
+enableFeatures "daemon-trust-override"
+
+restartDaemon
+
+# Remote doesn't trusts us, but this is fine because we are only
+# building (fixed) CA derivations.
+file=build-hook-ca-fixed.nix
+prog=$(readlink -e ./nix-daemon-untrusting.sh)
+proto=ssh-ng
+
+source build-remote-trustless.sh
+source build-remote-trustless-after.sh