Makefile updates for Automake 1.5+. Test script updates
[idzebra-moved-to-github.git] / test / gils / stop01.sh
index 41681a6..69013aa 100755 (executable)
@@ -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"