diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-09-29 11:03:02 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-09-29 11:03:02 +0200 |
commit | e1bd768b762bd74221f9089133883723a7307f9b (patch) | |
tree | 455e61721b3a4c7cd55a7514d425760b12a70522 /test/integration/test-bug-728500-tempdir | |
parent | c045cc0268d70eb3b7c41076ade7381f73e740f2 (diff) |
test fixes
Diffstat (limited to 'test/integration/test-bug-728500-tempdir')
-rwxr-xr-x | test/integration/test-bug-728500-tempdir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-bug-728500-tempdir b/test/integration/test-bug-728500-tempdir index 0451fc1ed..e9df0a709 100755 --- a/test/integration/test-bug-728500-tempdir +++ b/test/integration/test-bug-728500-tempdir @@ -17,7 +17,7 @@ msgtest 'Test apt-get update with incorrect' 'TMPDIR' OUTPUT=$(mktemp) addtrap "rm $OUTPUT;" export TMPDIR=/does-not-exists -if aptget update >${OUTPUT} 2>&1; then +if aptget update -o Debug::Acquire::gpg=1 >${OUTPUT} 2>&1; then msgpass else echo |