]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-bug-728500-tempdir
tests: try to support spaces in TMPDIR
[apt.git] / test / integration / test-bug-728500-tempdir
index 3ae94c58ffd2315cd373917d4a3564a4ef1e15d6..bff90c5f2f79e078952da1604732ca567a50d993 100755 (executable)
@@ -14,16 +14,10 @@ changetowebserver
 
 msgtest 'Test apt-get update with incorrect' 'TMPDIR'
 
-OUTPUT=$(mktemp)
-addtrap "rm $OUTPUT;"
+OUTPUT="$(mktemp)"
+addtrap "rm \"$OUTPUT\";"
 export TMPDIR=/does-not-exists
-if aptget update -o Debug::Acquire::gpg=1 >${OUTPUT} 2>&1; then
-       msgpass
-else
-       echo
-       cat $OUTPUT
-       msgfail
-fi
+testsuccess aptget update -o Debug::Acquire::gpg=1
 unset TMPDIR
 
 testsuccessequal 'coolstuff' aptcache pkgnames