X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=test%2Fmarcxml%2Ftest1.sh;h=7921101512193d4a65304b3e246e19b8e13c6d25;hb=cc4289d73c2b872c09d221d5e1188d3cdd9da438;hp=c6bfe5a870899e1ee46946e097348e8ea82ca115;hpb=927733195c5646988dcc65365bb45b978b02a15a;p=idzebra-moved-to-github.git diff --git a/test/marcxml/test1.sh b/test/marcxml/test1.sh index c6bfe5a..7921101 100755 --- a/test/marcxml/test1.sh +++ b/test/marcxml/test1.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: test1.sh,v 1.4 2004-06-15 09:43:33 adam Exp $ +# $Id: test1.sh,v 1.5 2004-08-24 14:29:09 adam Exp $ pp=${srcdir:-"."} @@ -15,7 +15,7 @@ fi ../../index/zebraidx -c $pp/zebra.cfg -l $LOG $DBG update $pp/m*.xml ../../index/zebrasrv -c $pp/zebra.cfg -l $LOG $DBG unix:socket & sleep 1 -../api/testclient unix:socket '@and @attr 1=1003 jack @attr 1=4 computer' >tmp1 +../api/testclient unix:socket '@and @attr 1=54 eng @and @attr 1=1003 jack @attr 1=4 computer' >tmp1 echo 'Result count: 2' >tmp2 kill `cat zebrasrv.pid` || exit 1 diff tmp1 tmp2 || exit 2