diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2018-08-06T09·48+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2018-08-06T12·06+0200 |
commit | fa4def3d4675c8b2d6aacb56959dbbf9e52df66a (patch) | |
tree | 1b459dacb68651abb3913684fd3f795c7f66cf16 /tests | |
parent | 4361a4331f1b2eb3fcfd954c96de353c9d516508 (diff) |
Require libbrotli
Diffstat (limited to 'tests')
-rw-r--r-- | tests/brotli.sh | 7 | ||||
-rw-r--r-- | tests/common.sh.in | 1 |
2 files changed, 0 insertions, 8 deletions
diff --git a/tests/brotli.sh b/tests/brotli.sh index 645dd4214ec6..a3c6e55a8fad 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 fddd25b366bf..2ee2f589dae4 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@ |