From 1ed708ef39f41436797754829fd574f34f8a3a71 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 22 Aug 2003 11:31:18 +0000 Subject: Enhanced testsuite, should run under GNU/Hurd now. --- src/testsuite/tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/testsuite/tests.sh') diff --git a/src/testsuite/tests.sh b/src/testsuite/tests.sh index 597dd08c..401a55da 100755 --- a/src/testsuite/tests.sh +++ b/src/testsuite/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # ngIRCd Test Suite -# $Id: tests.sh,v 1.3 2002/09/12 02:29:03 alex Exp $ +# $Id: tests.sh,v 1.4 2003/08/22 11:31:18 alex Exp $ name=`basename $0` test=`echo ${name} | cut -d '.' -f 1` @@ -8,11 +8,11 @@ mkdir -p logs type expect > /dev/null 2>&1 if [ $? -ne 0 ]; then - echo "SKIP: ${name} -- \"expect\" not found."; exit 77 + echo " ${name}: \"expect\" not found."; exit 77 fi type telnet > /dev/null 2>&1 if [ $? -ne 0 ]; then - echo "SKIP: ${name} -- \"telnet\" not found."; exit 77 + echo " ${name}: \"telnet\" not found."; exit 77 fi echo " doing ${test} ..." -- cgit 1.4.1