repo: ngircd action: commit revision: path_from: revision_from: 9ddb93478491336d531a1705a199c6e3cb27ca60: path_to: revision_to:
commit 9ddb93478491336d531a1705a199c6e3cb27ca60 Author: Alexander BartonDate: Sat Sep 4 14:22:38 2004 +0000 Set $srcdir if not already set by make. diff --git a/src/testsuite/tests.sh b/src/testsuite/tests.sh
--- a/src/testsuite/tests.sh
+++ b/src/testsuite/tests.sh
@@ -1,6 +1,9 @@
#!/bin/sh
# ngIRCd Test Suite
-# $Id: tests.sh,v 1.4 2003/08/22 11:31:18 alex Exp $
+# $Id: tests.sh,v 1.5 2004/09/04 14:22:38 alex Exp $
+
+# detect source directory
+[ -z "$srcdir" ] && srcdir=`dirname $0`
name=`basename $0`
test=`echo ${name} | cut -d '.' -f 1`
-----END OF PAGE-----