projects
/
apt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'feature/tests-on-installed' 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