summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2016-02-10 13:50:40 +0100
committerDavid Kalnischkies <david@kalnischkies.de>2016-02-10 13:50:40 +0100
commit7776f6d270030a758aad9b6ce260a62c3aa7b4b5 (patch)
tree143ee0067c35a0584008a7107f234f2cfca5f0df
parent5fafaf27a5f066dc15d96c03ef154fd1d59eb891 (diff)
accept any tarball compression in 814139 testcase
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
-rwxr-xr-xtest/integration/test-bug-814139-pickup-of-different-cache-states4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-bug-814139-pickup-of-different-cache-states b/test/integration/test-bug-814139-pickup-of-different-cache-states
index a6c84d6cd..eab3ea660 100755
--- a/test/integration/test-bug-814139-pickup-of-different-cache-states
+++ b/test/integration/test-bug-814139-pickup-of-different-cache-states
@@ -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