mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 15:30:00 -04:00
redirect stderr to /dev/null
This commit is contained in:
parent
8e3dcb072a
commit
c400da38cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue