diff options
-rwxr-xr-x | test/integration/test-bug-814139-pickup-of-different-cache-states | 4 |
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 |