From 589a8a85b34e5cfcd6a94bb51a9bb9363968c634 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Sat, 22 Sep 2001 01:10:03 +0000 Subject: [PATCH] clarified messages --- bin/tests/system/run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/tests/system/run.sh b/bin/tests/system/run.sh index 619b0c2f4e..71de8f3fef 100644 --- a/bin/tests/system/run.sh +++ b/bin/tests/system/run.sh @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: run.sh,v 1.38 2001/02/14 00:14:24 nelsonm Exp $ +# $Id: run.sh,v 1.39 2001/09/22 01:10:03 gson Exp $ # # Run a system test. @@ -43,14 +43,14 @@ echo "A:System test $test" >&2 if [ x$PERL = x ] then - echo "I:Perl not available. Not trying system tests." >&2 + echo "I:Perl not available. Skipping test." >&2 echo "R:UNTESTED" >&2 echo "E:$test:`date`" >&2 exit 0; fi $PERL testsock.pl || { - echo "I:Interfaces not set up. Not trying system tests." >&2; + echo "I:Network interface aliases not set up. Skipping test." >&2; echo "R:UNTESTED" >&2; echo "E:$test:`date`" >&2; exit 0;