summaryrefslogtreecommitdiff
path: root/tests/cleanup.sh
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-02-20 14:27:00 +0000
committerJan Kneschke <jan@kneschke.de>2005-02-20 14:27:00 +0000
commitbcdc6a3bbcde8e66da41aa2311642e53f4fc7c9b (patch)
treea0536d23ba17a40c236fc3cd2a4a133110ae7501 /tests/cleanup.sh
downloadlighttpd-git-bcdc6a3bbcde8e66da41aa2311642e53f4fc7c9b.tar.gz
moved everything below trunk/ and added branches/ and tags/
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@30 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/cleanup.sh')
-rwxr-xr-xtests/cleanup.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/cleanup.sh b/tests/cleanup.sh
new file mode 100755
index 00000000..88e241f7
--- /dev/null
+++ b/tests/cleanup.sh
@@ -0,0 +1,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