X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fgils%2Fstop01.sh;fp=test%2Fgils%2Fstop01.sh;h=69013aac3cddc6728414b5640e806adc34664391;hb=403ae06f9dbf8180008ccc8128f642203d41ae50;hp=41681a65ebf657f44f2772b543f9e6d75c8fad77;hpb=75afa0301433673a23f5c7c8e1f8c78efb4a2d4c;p=idzebra-moved-to-github.git diff --git a/test/gils/stop01.sh b/test/gils/stop01.sh index 41681a6..69013aa 100755 --- a/test/gils/stop01.sh +++ b/test/gils/stop01.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: stop01.sh,v 1.3 2003-05-06 20:09:28 adam Exp $ +# $Id: stop01.sh,v 1.4 2003-05-21 14:39:22 adam Exp $ # test start and stop of the server with -1 echo "initializing" @@ -25,7 +25,7 @@ PID=`cat zebrasrv.pid` ps -p $PID |grep $PID >/dev/null || exit 1 echo " connecting to it..." -../testclient localhost:9901 utah > log || exit 1 +../api/testclient localhost:9901 utah > log || exit 1 sleep 1 echo " checking that server does not run any more"