projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge remote-tracking branch 'debian/debian/experimental' into feature/acq-trans
[apt.git]
/
test
/
integration
/
test-bug-728500-tempdir
diff --git
a/test/integration/test-bug-728500-tempdir
b/test/integration/test-bug-728500-tempdir
index bdc38c3ca9edce71a2f0a0604e1778f8b9a46063..37e5a013e04a9f2db9069dbd574a3577fc5198e9 100755
(executable)
--- 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