Makefile updates for Automake 1.5+. Test script updates
[idzebra-moved-to-github.git] / test / gils / stop03.sh
index 19a01f7..c60f225 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: stop03.sh,v 1.3 2003-05-06 20:09:28 adam Exp $
+# $Id: stop03.sh,v 1.4 2003-05-21 14:39:22 adam Exp $
 # test start and stop of the threaded server (-T)
 #
 # FIXME - this test does not currently pass  (H 22-oct-2002)
@@ -31,14 +31,14 @@ 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 it still runs..."
 ps -p $PID >/dev/null || exit 1
 
 echo "  connecting again, with a delay..."
-../testclient localhost:9901 utah 5 > log &
+../api/testclient localhost:9901 utah 5 > log &
 sleep 1 # let the client connect 
 
 echo "  killing it..."