projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge commit 'e2073b0276226b625897ef475f225bf8f508719e' as 'triehash'
[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..37661d168328b8b60df3b3312ed1d54620dfc891 100755
(executable)
--- a/
test/integration/test-bug-728500-tempdir
+++ b/
test/integration/test-bug-728500-tempdir
@@
-2,8
+2,8
@@
set -e
set -e
-TESTDIR=
$(readlink -f $(dirname $0))
-.
$TESTDIR/framework
+TESTDIR=
"$(readlink -f "$(dirname "$0")")"
+.
"$TESTDIR/framework"
setupenvironment
configarchitecture 'i386'
setupenvironment
configarchitecture 'i386'
@@
-14,16
+14,10
@@
changetowebserver
msgtest 'Test apt-get update with incorrect' 'TMPDIR'
msgtest 'Test apt-get update with incorrect' 'TMPDIR'
-OUTPUT=$(mktemp)
-addtrap "rm $OUTPUT;"
export TMPDIR=/does-not-exists
export TMPDIR=/does-not-exists
-if aptget update >${OUTPUT} 2>&1; then
- msgpass
-else
- echo
- cat $OUTPUT
- msgfail
-fi
+testsuccess aptget update -o Debug::Acquire::gpg=1
unset TMPDIR
unset TMPDIR
-testequal 'coolstuff' aptcache pkgnames
+testsuccessequal 'coolstuff
+dpkg' aptcache pkgnames
+testsuccess ls rootdir/var/lib/apt/lists/*InRelease