From 15b010907193c23e7d89918e74b90ff36e21bab9 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Mon, 29 Aug 2005 12:08:00 +0000 Subject: run tests in build root (merged #228) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@640 152afb58-edef-0310-8abb-c4023f1b3aa9 --- tests/cleanup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/cleanup.sh') diff --git a/tests/cleanup.sh b/tests/cleanup.sh index 88e241f7..a02ae9ae 100755 --- a/tests/cleanup.sh +++ b/tests/cleanup.sh @@ -1,11 +1,11 @@ #!/bin/sh -tmpdir=/tmp/lighttpd - if test x$srcdir = x; then srcdir=. fi +tmpdir=$srcdir/tmp/lighttpd + # create test-framework # rm -rf $tmpdir -- cgit v1.2.1