]> git.saurik.com Git - apt.git/commitdiff
accept any tarball compression in 814139 testcase
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 10 Feb 2016 12:50:40 +0000 (13:50 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 10 Feb 2016 12:50:40 +0000 (13:50 +0100)
Travis still uses a dpkg version which defaults to gz and as which
compression is picked isn't all to important as long as one is just
accept any.

Git-Dch: Ignore

test/integration/test-bug-814139-pickup-of-different-cache-states

index a6c84d6cdec0f49a0d4c1e2d152dd57c8cce53b0..eab3ea660762335ac1a8c9d6effa49831ccc5013 100755 (executable)
@@ -24,8 +24,8 @@ testrun() {
        testdpkginstalled 'bar'
        cleanup
        testsuccess aptget source foo
-       testsuccess test -s foo_1.tar.xz -a -s foo_1.dsc
-       rm foo_1.tar.xz foo_1.dsc
+       testsuccess test -s foo_1.tar.* -a -s foo_1.dsc
+       rm foo_1.tar.* foo_1.dsc
        testsuccess test -d foo-1
        rm -rf foo-1
        cleanup