]> git.saurik.com Git - apt.git/blob - test/integration/test-bug-728500-tempdir
Merge branch 'feature/policy-parser-bts732746' into debian/sid
[apt.git] / test / integration / test-bug-728500-tempdir
1 #!/bin/sh
2
3 set -e
4
5 TESTDIR=$(readlink -f $(dirname $0))
6 . $TESTDIR/framework
7 setupenvironment
8 configarchitecture 'i386'
9
10 buildsimplenativepackage 'coolstuff' 'all' '1.0' 'unstable'
11
12 setupaptarchive
13 changetowebserver
14
15 msgtest 'Test with incorect TMPDIR'
16 export TMPDIR=/does-not-exists
17 aptget update && msgpass || msgfail
18 unset TMPDIR