diff --git a/SRC/test-echoping-icp b/SRC/test-echoping-icp index 67a0539..8719d46 100755 --- a/SRC/test-echoping-icp +++ b/SRC/test-echoping-icp @@ -1,12 +1,14 @@ #!/bin/sh +# $Id$ + echo "" echo "Since this tests tries remote servers, a failure is not always " echo " echoping's fault: it may be a network problem. Also, it depends on" echo " a local ICP cache name 'cache'." -echoping -i http://www.pasteur.fr/ cache +./echoping -i http://www.pasteur.fr/ cache -echoping -i http://www.freenix.org/ cache +./echoping -i http://www.freenix.org/ cache diff --git a/SRC/test-echoping-local b/SRC/test-echoping-local index 50ab63d..2faeb8f 100755 --- a/SRC/test-echoping-local +++ b/SRC/test-echoping-local @@ -6,7 +6,7 @@ echo "" echo "A message such as 'connection refused' is not always an error" echo " you may not have an appropriate server." -echoping localhost -echoping -d localhost -echoping -c localhost -#echoping -h / localhost +./echoping localhost +./echoping -d localhost +./echoping -c localhost +#./echoping -h / localhost diff --git a/SRC/test-echoping-remote b/SRC/test-echoping-remote index e13c3af..fde0c9b 100755 --- a/SRC/test-echoping-remote +++ b/SRC/test-echoping-remote @@ -1,10 +1,12 @@ #!/bin/sh +# $Id$ + echo "" echo "Since this tests tries remote servers, a failure is not always " echo " echoping's fault: it may be a network problem." -echoping -h / www.pasteur.fr +./echoping -h / www.pasteur.fr -echoping -h / www.freenix.org +./echoping -h / www.freenix.org