From c21646dcc28fed52cfe9cf9d1d125c973fc271ab Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 21 Jun 2000 01:18:20 +0000 Subject: [PATCH] grep ... > /dev/null --- bin/tests/system/stub/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/stub/tests.sh b/bin/tests/system/stub/tests.sh index 0c1ca1650b..168ee8500f 100644 --- a/bin/tests/system/stub/tests.sh +++ b/bin/tests/system/stub/tests.sh @@ -28,7 +28,7 @@ status=0; $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd data.child.example. \ @10.53.0.3 axfr -p 5300 > dig.out.ns3 status=`expr $status + $?` -grep "; Transfer failed." dig.out.ns3 +grep "; Transfer failed." dig.out.ns3 > /dev/null status=`expr $status + $?` $DIG +tcp +nosea +nostat +noquest +nocomm +nocmd +norec \