From c400da38cf9a8cbf84e07c8fb04347a5b04fa806 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 21 May 2012 16:02:46 +1000 Subject: [PATCH] redirect stderr to /dev/null --- bin/tests/system/staticstub/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/staticstub/tests.sh b/bin/tests/system/staticstub/tests.sh index 7b2b3fb3f8..c7cb83edd3 100755 --- a/bin/tests/system/staticstub/tests.sh +++ b/bin/tests/system/staticstub/tests.sh @@ -157,7 +157,7 @@ n=`expr $n + 1` # Note: for a short term workaround we use ::1, assuming it's configured and # usable for our tests. We should eventually use the test ULA and available # checks introduced in change 2916. -if $PERL ../testsock6.pl ::1 +if $PERL ../testsock6.pl ::1 2> /dev/null then echo "I:checking IPv6 static-stub address ($n)" ret=0