]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
tsig
authorMark Andrews <marka@isc.org>
Wed, 2 Nov 2005 04:54:42 +0000 (04:54 +0000)
committerMark Andrews <marka@isc.org>
Wed, 2 Nov 2005 04:54:42 +0000 (04:54 +0000)
bin/tests/system/xfer/tests.sh

index d6cbc45fb2e24a5346a09638d88663d97fd1cec6..cd5b6846c1d78e6be8b6cb96f6159fcfe83e42f0 100644 (file)
@@ -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