diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-12-07T00·06+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-12-07T00·07+0100 |
commit | e3013543d36926ecfe51e9eceab42c88cb40b138 (patch) | |
tree | 55e8217ee6ac8fbf088f7ab87aad1c8801fa4aff /tests | |
parent | 2df9cbeb47177d6a21606b4b509ebcf6bd0437a6 (diff) |
Fix test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/signing.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/signing.sh b/tests/signing.sh index 8e8215618f89..46929639199d 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:' ]] |