#!/bin/sh

# $Id: test-echoping-icp,v 4.1 2001/03/16 15:07:47 bortz Exp $

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 named 'cache'."

./echoping -i http://www.pasteur.fr/ cache

./echoping -i http://www.freenix.org/ cache


