X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fcharmap%2Ftest1.sh;h=2059b2907c0d9e87de5e6887ca7b96e30cd41365;hb=a9eae0225b1a51b0257f80d9da9f95475dd04f53;hp=696cfa1bdd62d201e78cc417142e18e5831951d9;hpb=8ee402d79e37344b08c2b54ad45b50e8327a6c03;p=idzebra-moved-to-github.git diff --git a/test/charmap/test1.sh b/test/charmap/test1.sh index 696cfa1..2059b29 100755 --- a/test/charmap/test1.sh +++ b/test/charmap/test1.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: test1.sh,v 1.4 2004-09-27 10:44:50 adam Exp $ +# $Id: test1.sh,v 1.5 2004-09-27 11:22:39 adam Exp $ pp=${srcdir:-"."} @@ -12,7 +12,7 @@ else fi ../../index/zebraidx -c $pp/zebra.cfg -l$LOG update $pp/*.xml ../../index/zebrasrv -c $pp/zebra.cfg -l$LOG unix:socket & -sleep 1 +sleep 2 ../api/testclient unix:socket '@term string æ' >tmp1 echo 'Result count: 1' >tmp2 kill `cat zebrasrv.pid` || exit 1