summaryrefslogtreecommitdiff
path: root/data/lighttpd/lighttpd-1.4.53/tests/cleanup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/lighttpd/lighttpd-1.4.53/tests/cleanup.sh')
-rwxr-xr-xdata/lighttpd/lighttpd-1.4.53/tests/cleanup.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/lighttpd/lighttpd-1.4.53/tests/cleanup.sh b/data/lighttpd/lighttpd-1.4.53/tests/cleanup.sh
new file mode 100755
index 000000000..ec68ed71a
--- /dev/null
+++ b/data/lighttpd/lighttpd-1.4.53/tests/cleanup.sh
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+if test x$srcdir = x; then
+ srcdir=.
+fi
+
+if test x$top_builddir = x; then
+ top_builddir=..
+fi
+
+tmpdir="$top_builddir/tests/tmp/"
+
+# remove test-framework
+rm -rf "$tmpdir"
+
+printf "%-40s" "cleaning up"
+
+exit 0