diff options
author | Michael Vogt <mvo@debian.org> | 2014-09-26 22:45:18 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-09-26 23:33:57 +0200 |
commit | bca84917c326fa3158e120147c8aecebe0789b47 (patch) | |
tree | 005e2998d4f9499c422d16ea028631086c31c2ee /test/integration/test-apt-get-source-authenticated | |
parent | 631a7dc7906a10ccd5f14dcfe42224e6107e11f6 (diff) |
test fixes
Diffstat (limited to 'test/integration/test-apt-get-source-authenticated')
-rwxr-xr-x | test/integration/test-apt-get-source-authenticated | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-apt-get-source-authenticated b/test/integration/test-apt-get-source-authenticated index 2cee13923..d73097b54 100755 --- a/test/integration/test-apt-get-source-authenticated +++ b/test/integration/test-apt-get-source-authenticated @@ -21,7 +21,7 @@ APTARCHIVE=$(readlink -f ./aptarchive) rm -f $APTARCHIVE/dists/unstable/*Release* # update without authenticated InRelease file -testsuccess aptget update +testsuccess aptget update --allow-unauthenticated # this all should fail testfailure aptget install -y foo |