diff options
Diffstat (limited to 'tests/legacy-ssh-store.sh')
-rw-r--r-- | tests/legacy-ssh-store.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/legacy-ssh-store.sh b/tests/legacy-ssh-store.sh new file mode 100644 index 000000000..71b716b84 --- /dev/null +++ b/tests/legacy-ssh-store.sh @@ -0,0 +1,4 @@ +source common.sh + +# Check that store ping trusted doesn't yet work with ssh:// +nix --store ssh://localhost?remote-store=$TEST_ROOT/other-store store ping --json | jq -e 'has("trusted") | not' |