From af090aaa5786bb7b981b02f7b7d6ea98fa1d038b Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 2 Nov 2005 04:54:42 +0000 Subject: [PATCH] tsig --- 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 d6cbc45fb2e..cd5b6846c1d 100644 --- a/bin/tests/system/xfer/tests.sh +++ b/bin/tests/system/xfer/tests.sh @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.24.12.5 2005/11/02 04:50:55 marka Exp $ +# $Id: tests.sh,v 1.24.12.6 2005/11/02 04:54:42 marka Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh @@ -66,7 +66,7 @@ $DIG $DIGOPTS tsigzone. \ > dig.out.ns3 || tmp=1 grep ";" dig.out.ns3 > /dev/null if test $? -ne 0 ; then break; fi - echo "I: plain zone re-transfer" + echo "I: TSIG zone re-transfer" sleep 5 done if test $tmp -eq 1 ; then status=1; fi -- 2.47.3