From bcdc6a3bbcde8e66da41aa2311642e53f4fc7c9b Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Sun, 20 Feb 2005 14:27:00 +0000 Subject: moved everything below trunk/ and added branches/ and tags/ git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@30 152afb58-edef-0310-8abb-c4023f1b3aa9 --- tests/cleanup.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 tests/cleanup.sh (limited to 'tests/cleanup.sh') 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 -- cgit v1.2.1