aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-12-07 01:06:56 +0100
committerEelco Dolstra <edolstra@gmail.com>2017-12-07 01:07:07 +0100
commite3013543d36926ecfe51e9eceab42c88cb40b138 (patch)
tree55e8217ee6ac8fbf088f7ab87aad1c8801fa4aff /tests
parent2df9cbeb47177d6a21606b4b509ebcf6bd0437a6 (diff)
Fix test
Diffstat (limited to 'tests')
-rw-r--r--tests/signing.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/signing.sh b/tests/signing.sh
index 8e8215618..469296391 100644
--- a/tests/signing.sh
+++ b/tests/signing.sh
@@ -53,7 +53,7 @@ nix sign-paths --key-file $TEST_ROOT/sk1 $outPath2
nix verify -r $outPath2 --sigs-needed 1 --trusted-public-keys $pk1
# Build something content-addressed.
-outPathCA=$(IMPURE_VAR1=foo IMPURE_VAR2=bar nix-build ./fixed.nix -A good.0)
+outPathCA=$(IMPURE_VAR1=foo IMPURE_VAR2=bar nix-build ./fixed.nix -A good.0 --no-out-link)
[[ $(nix path-info --json $outPathCA) =~ '"ca":"fixed:md5:' ]]