X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fxpath%2Ftest1.sh;fp=test%2Fxpath%2Ftest1.sh;h=9986e351a48731138810e2d10582fae73806dc9e;hb=e93e9d110b6bb2596e011de5fb0c8825ac2fe2b2;hp=5806a0a5bb1c8189b559f09d4564fb93a04ba3e8;hpb=3dc1e5934bab74aaa0fba8dc5878ee261b231f1d;p=idzebra-moved-to-github.git diff --git a/test/xpath/test1.sh b/test/xpath/test1.sh index 5806a0a..9986e35 100755 --- a/test/xpath/test1.sh +++ b/test/xpath/test1.sh @@ -1,4 +1,6 @@ #!/bin/sh -rm -f test1.log -../../index/zebraidx -l test1.log init || exit 1 -../../index/zebraidx -l test1.log -t grs.sgml update rec || exit 2 +# $Id: test1.sh,v 1.2 2003-05-06 17:39:01 adam Exp $ +LOG=test1.log +rm -f $LOG +../../index/zebraidx -l $LOG init || exit 1 +../../index/zebraidx -l $LOG -t grs.sgml update rec || exit 2