summaryrefslogtreecommitdiff
path: root/tests/cleanup.sh
diff options
context:
space:
mode:
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"