projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'feature/acq-trans' into feature/expected-size
[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 0451fc1ed97ca3e0d11fbef4800b38caa85e1c6a..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
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
msgpass
else
echo
@@
-27,3
+27,4
@@
fi
unset TMPDIR
testequal 'coolstuff' aptcache pkgnames
unset TMPDIR
testequal 'coolstuff' aptcache pkgnames
+testsuccess ls rootdir/var/lib/apt/lists/*InRelease