]> git.saurik.com Git - apt.git/commitdiff
ensure that gz compression test is run with gz
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 12 Mar 2014 12:36:08 +0000 (13:36 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Thu, 13 Mar 2014 12:58:47 +0000 (13:58 +0100)
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

test/integration/test-compressed-indexes

index c6f5ab49ef4c52766ed8c740a6afc49dcf4bb541..67ca0ba27fa8ecf92847f8d93c0a29a98f90dadd 100755 (executable)
@@ -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"