From be8abebe44e651e4f666ca826645eac98d773247 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 9 Sep 2015 18:12:05 +1000 Subject: [PATCH] address race condition rt40242 (cherry picked from commit 5be3128599e3239996e6174f5a595d987a311f11) --- bin/tests/system/xfer/tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tests/system/xfer/tests.sh b/bin/tests/system/xfer/tests.sh index 67b2a1ad12..0966d73225 100644 --- a/bin/tests/system/xfer/tests.sh +++ b/bin/tests/system/xfer/tests.sh @@ -246,10 +246,10 @@ zone "nil" { }; EOF -$RNDCCMD reload | sed 's/^/I:ns4 /' - cur=`awk 'END {print NR}' ns4/named.run` +$RNDCCMD reload | sed 's/^/I:ns4 /' + for i in 0 1 2 3 4 5 6 7 8 9 do $DIGCMD nil. SOA > dig.out.ns4