Tests uses the local echoping instead of relying on the PATH

TOS
Stephane Bortzmeyer 24 years ago
parent 7b2f273dc7
commit 22697ef846

@ -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

@ -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

@ -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

Loading…
Cancel
Save