]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-bug-728500-tempdir
tests: try to support spaces in TMPDIR
[apt.git] / test / integration / test-bug-728500-tempdir
index 0606538a1d011512bdbb2c26c7b16889a5398a09..bff90c5f2f79e078952da1604732ca567a50d993 100755 (executable)
@@ -7,12 +7,18 @@ TESTDIR=$(readlink -f $(dirname $0))
 setupenvironment
 configarchitecture 'i386'
 
 setupenvironment
 configarchitecture 'i386'
 
-buildsimplenativepackage 'coolstuff' 'all' '1.0' 'unstable'
+insertpackage 'unstable' 'coolstuff' 'all' '1.0'
 
 setupaptarchive
 changetowebserver
 
 
 setupaptarchive
 changetowebserver
 
-msgtest 'Test with incorect TMPDIR'
+msgtest 'Test apt-get update with incorrect' 'TMPDIR'
+
+OUTPUT="$(mktemp)"
+addtrap "rm \"$OUTPUT\";"
 export TMPDIR=/does-not-exists
 export TMPDIR=/does-not-exists
-aptget update && msgpass || msgfail
-unset TMPDIR
\ No newline at end of file
+testsuccess aptget update -o Debug::Acquire::gpg=1
+unset TMPDIR
+
+testsuccessequal 'coolstuff' aptcache pkgnames
+testsuccess ls rootdir/var/lib/apt/lists/*InRelease