summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-728500-tempdir
blob: 37661d168328b8b60df3b3312ed1d54620dfc891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh

set -e

TESTDIR="$(readlink -f "$(dirname "$0")")"
. "$TESTDIR/framework"
setupenvironment
configarchitecture 'i386'

insertpackage 'unstable' 'coolstuff' 'all' '1.0'

setupaptarchive
changetowebserver

msgtest 'Test apt-get update with incorrect' 'TMPDIR'

export TMPDIR=/does-not-exists
testsuccess aptget update -o Debug::Acquire::gpg=1
unset TMPDIR

testsuccessequal 'coolstuff
dpkg' aptcache pkgnames
testsuccess ls rootdir/var/lib/apt/lists/*InRelease