diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-10-02 00:38:35 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-10-02 00:38:35 +0200 |
commit | 1e8ba0d4087f72a930a588ce5fbf0c22dddb9403 (patch) | |
tree | 568bbe01958679d7fdc6d02a4db1a368c5f8e122 /test/integration | |
parent | 651bddadd0558a3912833c7d51bb20625b318af9 (diff) |
donkults fixes
Diffstat (limited to 'test/integration')
-rwxr-xr-x | test/integration/test-apt-by-hash-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-apt-by-hash-update b/test/integration/test-apt-by-hash-update index 23282bf86..6e1ecdaff 100755 --- a/test/integration/test-apt-by-hash-update +++ b/test/integration/test-apt-by-hash-update @@ -34,7 +34,7 @@ Building dependency tree... E: Unable to locate package foo" aptget install -q -s foo # ensure we can apt-get update by hash -testsuccess aptget update -o APT::Acquire::By-Hash=1 +testsuccess aptget update -o APT::Acquire::By-Hash=1 # ensure it works testequal "Inst foo (1.0 unstable [all]) |