From 3b89a4701b3f48b7fa884660a1b32445d97aff53 Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Sun, 11 Mar 2007 20:49:30 +0000 Subject: [PATCH] Better tests, broken servers replaced, executable bit set --- SRC/test-echoping-crypto | 7 ++----- SRC/test-echoping-idn | 0 SRC/test-echoping-ipv6 | 0 SRC/test-echoping-plugins | 0 SRC/test-echoping-remote | 5 +++-- SRC/test-echoping-tos | 4 ++-- 6 files changed, 7 insertions(+), 9 deletions(-) mode change 100644 => 100755 SRC/test-echoping-idn mode change 100644 => 100755 SRC/test-echoping-ipv6 mode change 100644 => 100755 SRC/test-echoping-plugins 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