From: Peter Verthez Date: Sun, 27 Oct 2002 19:39:31 +0000 (+0000) Subject: Change for testing non-existing file. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=dece4647b301a20b9bd343a13c02347230426955;p=gedcom-parse.git Change for testing non-existing file. --- 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