]> git.saurik.com Git - apt.git/commitdiff
Merge remote-tracking branch 'debian/debian/experimental' into feature/acq-trans
authorMichael Vogt <mvo@ubuntu.com>
Mon, 29 Sep 2014 09:47:20 +0000 (11:47 +0200)
committerMichael Vogt <mvo@ubuntu.com>
Mon, 29 Sep 2014 09:47:20 +0000 (11:47 +0200)
1  2 
test/integration/test-bug-728500-tempdir

index e9df0a70994658f614e1ea8e3ca17478680c99a1,bdc38c3ca9edce71a2f0a0604e1778f8b9a46063..37e5a013e04a9f2db9069dbd574a3577fc5198e9
@@@ -17,7 -17,7 +17,7 @@@ msgtest 'Test apt-get update with incor
  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 +27,4 @@@ f
  unset TMPDIR
  
  testequal 'coolstuff' aptcache pkgnames
+ testsuccess ls rootdir/var/lib/apt/lists/*InRelease