From: David Kalnischkies Date: Wed, 12 Mar 2014 12:36:08 +0000 (+0100) Subject: ensure that gz compression test is run with gz X-Git-Tag: 0.9.16~2^2~4 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/36e7727f70cde14b95f72029a9e2663672ef4da8 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 --- 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"