X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/7ffac4c10144a8458fec6de03c58f3b49d081e5c..ab5b1d0d31b2fbdc4896f8a107611ff056d6a668:/test/integration/test-bug-728500-tempdir diff --git a/test/integration/test-bug-728500-tempdir b/test/integration/test-bug-728500-tempdir index bdc38c3ca..bff90c5f2 100755 --- a/test/integration/test-bug-728500-tempdir +++ b/test/integration/test-bug-728500-tempdir @@ -14,17 +14,11 @@ 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 >${OUTPUT} 2>&1; then - msgpass -else - echo - cat $OUTPUT - msgfail -fi +testsuccess aptget update -o Debug::Acquire::gpg=1 unset TMPDIR -testequal 'coolstuff' aptcache pkgnames +testsuccessequal 'coolstuff' aptcache pkgnames testsuccess ls rootdir/var/lib/apt/lists/*InRelease