X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/24a48afaaea7e6206ced99a13a45f38366231280..4ff5e237d5685be187a75c563b86e80ea3e7cc01:/test/integration/test-bug-728500-tempdir?ds=sidebyside diff --git a/test/integration/test-bug-728500-tempdir b/test/integration/test-bug-728500-tempdir index 0451fc1ed..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 >${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