From d4f41a6f345a85e9eccd3471990f5458cc687daf Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 24 May 2005 14:03:31 +0000 Subject: 2005-05-24 Frank Ch. Eigler * testsuite/semlib/*: New tapset library chunks for "-I" testing. * testsuite/semok/eight.stp, nine.stp: New tests. --- runtest.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'runtest.sh') diff --git a/runtest.sh b/runtest.sh index c67b66a8..0129b8ae 100755 --- a/runtest.sh +++ b/runtest.sh @@ -2,4 +2,8 @@ # Redirect stdout/stderr to /dev/null before invoking the given test -exec $@ >/dev/null 2>&1 +SRCDIR=`dirname $0` +export SRCDIR + +exec >/dev/null 2>&1 +exec ${1+"$@"} -- cgit