diff --git a/SRC/test-echoping-crypto b/SRC/test-echoping-crypto index 5b6595e..d5eb8c4 100755 --- a/SRC/test-echoping-crypto +++ b/SRC/test-echoping-crypto @@ -11,11 +11,8 @@ echo " echoping's fault: it may be a network problem." echo "" # We need to iterate to catch some SSL programming errors. See bug #130151 -./echoping -C -h / -n 2 www.modssl.org - -echo "" - -./echoping -C -h / -n 2 www.creditmutuel.fr +#./echoping -C -h / -n 2 www.modssl.org +./echoping -C -h / -n 2 www.verisign.com echo "" diff --git a/SRC/test-echoping-idn b/SRC/test-echoping-idn old mode 100644 new mode 100755 diff --git a/SRC/test-echoping-ipv6 b/SRC/test-echoping-ipv6 old mode 100644 new mode 100755 diff --git a/SRC/test-echoping-plugins b/SRC/test-echoping-plugins old mode 100644 new mode 100755 diff --git a/SRC/test-echoping-remote b/SRC/test-echoping-remote index 1e404ad..52aadb2 100755 --- a/SRC/test-echoping-remote +++ b/SRC/test-echoping-remote @@ -6,10 +6,11 @@ echo "" echo "Since this tests tries remote servers, a failure is not always " echo " echoping's fault: it may be a network problem." -./echoping central.internatif.org +# There are no more public echo servers :-( +#./echoping echo.example.org ./echoping -h / www.debian.org -./echoping -h / www.freenix.org +./echoping -h / www.afnic.fr ./echoping -S mx3.hotmail.com diff --git a/SRC/test-echoping-tos b/SRC/test-echoping-tos index 1592e24..db78144 100755 --- a/SRC/test-echoping-tos +++ b/SRC/test-echoping-tos @@ -7,10 +7,10 @@ echo "Since this tests tries remote servers, a failure is not always " echo " echoping's fault: it may be a network problem." echo "On some systems, you may NEED to be root." -./echoping -P 0xa0 central.internatif.org +./echoping -P 0xa0 -h / www.gullitv.fr # IPTOS_THROUGHPUT -./echoping -P 0x08 central.internatif.org +./echoping -P 0x08 -h / www.gullitv.fr