#!/bin/sh

# $Id: test-echoping-remote 377 2007-03-12 20:48:05Z bortz $

echo ""
echo "Since this tests tries remote servers, a failure is not always "
echo " echoping's fault: it may be a network problem."

# There are no more public echo servers :-(
#./echoping echo.example.org

./echoping -h / www.debian.org

./echoping -h / www.afnic.fr

./echoping -S mx3.hotmail.com
