X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/e1bd768b762bd74221f9089133883723a7307f9b..71e22da91ff888cf645e5083fbac7839846111d2:/test/integration/test-bug-728500-tempdir diff --git a/test/integration/test-bug-728500-tempdir b/test/integration/test-bug-728500-tempdir index e9df0a709..7497ffcf8 100755 --- a/test/integration/test-bug-728500-tempdir +++ b/test/integration/test-bug-728500-tempdir @@ -2,8 +2,8 @@ set -e -TESTDIR=$(readlink -f $(dirname $0)) -. $TESTDIR/framework +TESTDIR="$(readlink -f "$(dirname "$0")")" +. "$TESTDIR/framework" setupenvironment configarchitecture 'i386' @@ -14,16 +14,9 @@ changetowebserver msgtest 'Test apt-get update with incorrect' 'TMPDIR' -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 -testequal 'coolstuff' aptcache pkgnames +testsuccessequal 'coolstuff' aptcache pkgnames +testsuccess ls rootdir/var/lib/apt/lists/*InRelease