dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bce04a4
)
Change for testing non-existing file.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 27 Oct 2002 19:39:31 +0000
(19:39 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 27 Oct 2002 19:39:31 +0000
(19:39 +0000)
t/src/test_script
patch
|
blob
|
history
diff --git
a/t/src/test_script
b/t/src/test_script
index 2053507fc87a3f00071dd3a38e562ce61d5d7754..7ca4fc354a86cb3e36ebda3f603b77cf0fd4b34d 100755
(executable)
--- 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