summaryrefslogtreecommitdiff
path: root/tests/cleanup.sh
blob: 88e241f7b1e8d49be2c929e3ceb9084e2227d7cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

tmpdir=/tmp/lighttpd

if test x$srcdir = x; then
	srcdir=.
fi

# create test-framework
# rm -rf $tmpdir

printf "%-40s" "cleaning up"

exit 0