mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-05 06:00:37 +00:00
26 lines
428 B
Bash
Executable File
26 lines
428 B
Bash
Executable File
#!/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 -C -h / www.gandi.net
|
|
|
|
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
|
|
|
|
echo ""
|
|
|
|
# bug #230384
|
|
./echoping -C -h / -n 2 www.ssl.de
|
|
|
|
|