repo.or.cz
/
lighttpd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[tests] test coverage for issues (#321, #322)
[lighttpd.git]
/
tests
/
cleanup.sh
blob
ec68ed71a08ea69de74ab9190dc604095c166688
1
#!/bin/sh
2
3
if
test
x
$srcdir
=
x
;
then
4
srcdir
=
.
5
fi
6
7
if
test
x
$top_builddir
=
x
;
then
8
top_builddir
=
..
9
fi
10
11
tmpdir
=
"
$top_builddir
/tests/tmp/"
12
13
# remove test-framework
14
rm
-rf
"
$tmpdir
"
15
16
printf
"%-40s"
"cleaning up"
17
18
exit
0