summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2014-03-12 13:36:08 +0100
committerDavid Kalnischkies <david@kalnischkies.de>2014-03-13 13:58:47 +0100
commit36e7727f70cde14b95f72029a9e2663672ef4da8 (patch)
tree74861ec215966a0ad99434076e7dc902bb5d24e8
parent3dcdc1f91a5646f882940ff055b972d6b31a0ba5 (diff)
ensure that gz compression test is run with gz
The framework can be configured to use different compression algorithms to test different ones, but a testcase testing for gz support should always be run with gz, regardless of what compressions are configured otherwise. Git-Dch: Ignore
-rwxr-xr-xtest/integration/test-compressed-indexes1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/test-compressed-indexes b/test/integration/test-compressed-indexes
index c6f5ab49e..67ca0ba27 100755
--- a/test/integration/test-compressed-indexes
+++ b/test/integration/test-compressed-indexes
@@ -5,6 +5,7 @@ TESTDIR=$(readlink -f $(dirname $0))
. $TESTDIR/framework
setupenvironment
+configcompression '.' 'gz' # only gz is supported for this, so ensure it is used
configarchitecture "i386"
buildsimplenativepackage "testpkg" "i386" "1.0"