]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-bug-728500-tempdir
fix compile and tests error
[apt.git] / test / integration / test-bug-728500-tempdir
index bdc38c3ca9edce71a2f0a0604e1778f8b9a46063..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