From dece4647b301a20b9bd343a13c02347230426955 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 27 Oct 2002 19:39:31 +0000 Subject: [PATCH] Change for testing non-existing file. --- t/src/test_script | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/t/src/test_script b/t/src/test_script index 2053507..7ca4fc3 100755 --- a/t/src/test_script +++ b/t/src/test_script @@ -33,7 +33,10 @@ then srcdir=. options=$extra_options else - testfile=$srcdir/input/$file + case $file in + ./*) testfile=$file ;; + *) testfile=$srcdir/input/$file ;; + esac options="$options $extra_options" fi -- 2.30.2