aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-08-06 11:48:35 +0200
committerEelco Dolstra <edolstra@gmail.com>2018-08-06 14:06:54 +0200
commitfa4def3d4675c8b2d6aacb56959dbbf9e52df66a (patch)
tree1b459dacb68651abb3913684fd3f795c7f66cf16 /tests
parent4361a4331f1b2eb3fcfd954c96de353c9d516508 (diff)
Require libbrotli
Diffstat (limited to 'tests')
-rw-r--r--tests/brotli.sh7
-rw-r--r--tests/common.sh.in1
2 files changed, 0 insertions, 8 deletions
diff --git a/tests/brotli.sh b/tests/brotli.sh
index 645dd4214..a3c6e55a8 100644
--- a/tests/brotli.sh
+++ b/tests/brotli.sh
@@ -1,10 +1,5 @@
source common.sh
-
-# Only test if we found brotli libraries
-# (CLI tool is likely unavailable if libraries are missing)
-if [ -n "$HAVE_BROTLI" ]; then
-
clearStore
clearCache
@@ -24,5 +19,3 @@ nix copy --from $cacheURI $outPath --no-check-sigs
HASH2=$(nix hash-path $outPath)
[[ $HASH = $HASH2 ]]
-
-fi # HAVE_BROTLI
diff --git a/tests/common.sh.in b/tests/common.sh.in
index fddd25b36..2ee2f589d 100644
--- a/tests/common.sh.in
+++ b/tests/common.sh.in
@@ -31,7 +31,6 @@ export xmllint="@xmllint@"
export SHELL="@bash@"
export PAGER=cat
export HAVE_SODIUM="@HAVE_SODIUM@"
-export HAVE_BROTLI="@HAVE_BROTLI@"
export version=@PACKAGE_VERSION@
export system=@system@