From: Evan Hunt Date: Thu, 7 Nov 2019 19:32:59 +0000 (-0800) Subject: make send_command wait for any result, rather than specifically result=OK X-Git-Tag: v9.15.6~22^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18c9a20f32b8a0684b33f8cd7f53725de64f43fa;p=thirdparty%2Fbind9.git make send_command wait for any result, rather than specifically result=OK --- diff --git a/bin/tests/system/tcp/tests.sh b/bin/tests/system/tcp/tests.sh index 79b14d6de79..3af94320314 100644 --- a/bin/tests/system/tcp/tests.sh +++ b/bin/tests/system/tcp/tests.sh @@ -93,7 +93,7 @@ wait_for_log() { send_command() { nextpart ans6/ans.run > /dev/null echo "$*" | "${PERL}" "${SYSTEMTESTTOP}/send.pl" 10.53.0.6 "${CONTROLPORT}" - wait_for_log "result=OK" ans6/ans.run + wait_for_log "result=" ans6/ans.run } # Instructs ans6 to open $1 TCP connections to 10.53.0.5.