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