5 test -f dict*.mf || exit 1
6 ../../index/zebrasrv -l $LOG -S unix:socket &
8 test -f zebrasrv.pid || exit 2
9 ../testclient unix:socket '@attr 1=/Zthes/relation/termName Sauropoda' >$TMP
10 echo 'Killing server' >>$LOG
11 kill `cat zebrasrv.pid` || exit 3
13 echo 'Checking that result count is 1' >>$LOG
14 grep "^Result count: 1$" $TMP >/dev/null || exit 4