diff options
author | Michael Vogt <mvo@debian.org> | 2014-02-13 09:51:57 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-02-13 09:51:57 +0100 |
commit | 362b152c38195a3d51406285011fc34238158bda (patch) | |
tree | 4d29d7397527644082b6ad9e2af463f7477f113b /test | |
parent | add49c7a4568491c6e9486a6744840f7bc446ca7 (diff) |
remove duplicated apt-get download apt apt test
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/test-apt-get-download | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/integration/test-apt-get-download b/test/integration/test-apt-get-download index 7cce6ef29..be3144e1f 100755 --- a/test/integration/test-apt-get-download +++ b/test/integration/test-apt-get-download @@ -45,7 +45,3 @@ rm -f apt_1.0_all.deb apt_2.0_all.deb testsuccess aptget download apt apt apt/unstable apt=2.0 testsuccess test -s apt_2.0_all.deb -# deb:738103 - apt-get download foo foo fails -rm -f apt_*.deb -aptget download apt apt -testsuccess test -s apt_2.0_all.deb |