aboutsummaryrefslogtreecommitdiff
path: root/tests/ssh-relay.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ssh-relay.sh')
-rw-r--r--tests/ssh-relay.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ssh-relay.sh b/tests/ssh-relay.sh
index dce50974b..053b2f00d 100644
--- a/tests/ssh-relay.sh
+++ b/tests/ssh-relay.sh
@@ -11,6 +11,6 @@ store+=$remote_store
store+=$remote_store
store+=$remote_store
-out=$(nix add-to-store --store "$store" $TEST_ROOT/hello.sh)
+out=$(nix store add-path --store "$store" $TEST_ROOT/hello.sh)
[ foo = $(< $out) ]