From 6c3bd0545ac22ab1b41c9820183aca662afe07b9 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Fri, 7 Jul 2000 07:15:04 +0000 Subject: [PATCH] If the test timed out, R:FAIL was being printed twice, and the error message was missing the I: prefix. --- bin/tests/system/xferquota/tests.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/tests/system/xferquota/tests.sh b/bin/tests/system/xferquota/tests.sh index d22001327d..bc178ef98d 100644 --- a/bin/tests/system/xferquota/tests.sh +++ b/bin/tests/system/xferquota/tests.sh @@ -15,7 +15,7 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. -# $Id: tests.sh,v 1.12 2000/07/05 18:49:06 bwelling Exp $ +# $Id: tests.sh,v 1.13 2000/07/07 07:15:04 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh @@ -36,8 +36,7 @@ while [ $count != 300 ]; do ticks=`expr $ticks + 1` seconds=`expr $ticks \* 1` if [ $ticks = 60 ]; then - echo "Took too long to load zones" - echo "R:FAIL" + echo "I:Took too long to load zones" exit 1 fi count=`cat ns2/zone*.bk | grep xyzzy | wc -l`