]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-bug-728500-tempdir
fix file ownership tests to work on kfreebsd
[apt.git] / test / integration / test-bug-728500-tempdir
index 0451fc1ed97ca3e0d11fbef4800b38caa85e1c6a..37e5a013e04a9f2db9069dbd574a3577fc5198e9 100755 (executable)
@@ -17,7 +17,7 @@ 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
+if aptget update -o Debug::Acquire::gpg=1 >${OUTPUT} 2>&1; then
        msgpass
 else
        echo
@@ -27,3 +27,4 @@ fi
 unset TMPDIR
 
 testequal 'coolstuff' aptcache pkgnames
+testsuccess ls rootdir/var/lib/apt/lists/*InRelease