aboutsummaryrefslogtreecommitdiff
path: root/tests/binary-cache.sh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2021-01-06 17:56:53 +0100
committerEelco Dolstra <edolstra@gmail.com>2021-01-06 17:56:53 +0100
commit0df69d96e02ce4c9e17bd33333c5d78313341dd3 (patch)
treefea6aa6a86b8c51ac97ec20db43e46347c102ede /tests/binary-cache.sh
parent9374c2baeabe45a22e4b8746dc97f5ce4f030184 (diff)
Make sodium a required dependency
Diffstat (limited to 'tests/binary-cache.sh')
-rw-r--r--tests/binary-cache.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/binary-cache.sh b/tests/binary-cache.sh
index 1a06404ed..355a37d97 100644
--- a/tests/binary-cache.sh
+++ b/tests/binary-cache.sh
@@ -125,8 +125,6 @@ grep -q "copying path.*input-0" $TEST_ROOT/log
grep -q "copying path.*top" $TEST_ROOT/log
-if [ -n "$HAVE_SODIUM" ]; then
-
# Create a signed binary cache.
clearCache
clearCacheCache
@@ -181,8 +179,6 @@ clearCacheCache
nix-store -r $outPath --substituters "file://$cacheDir2 file://$cacheDir" --trusted-public-keys "$publicKey"
-fi # HAVE_LIBSODIUM
-
unset _NIX_FORCE_HTTP