summaryrefslogtreecommitdiff
path: root/tests/cleanup.sh
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-08-29 13:43:46 +0000
committerJan Kneschke <jan@kneschke.de>2005-08-29 13:43:46 +0000
commit1be36e40138ae018b7636c33e48f119babda3f1f (patch)
tree0c9ffee5280939c1737d7e063b64effc4b6a8f94 /tests/cleanup.sh
parent849cbb728e402af50ff228cf37520b27822c1a8a (diff)
downloadlighttpd-git-1be36e40138ae018b7636c33e48f119babda3f1f.tar.gz
make 'make distcheck' happy and install files into _build/tests/
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@645 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/cleanup.sh')
-rwxr-xr-xtests/cleanup.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cleanup.sh b/tests/cleanup.sh
index a02ae9ae..5ee34a62 100755
--- a/tests/cleanup.sh
+++ b/tests/cleanup.sh
@@ -4,10 +4,10 @@ if test x$srcdir = x; then
srcdir=.
fi
-tmpdir=$srcdir/tmp/lighttpd
+tmpdir=$top_builddir/tests/tmp/
-# create test-framework
-# rm -rf $tmpdir
+# remove test-framework
+rm -rf $tmpdir
printf "%-40s" "cleaning up"