From: Andreas Gustafsson Date: Wed, 26 Jul 2000 01:19:43 +0000 (+0000) Subject: not all messages were prefixed with I: X-Git-Tag: v9.2.0a1^10~15 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a0b608fd1afbb220b05f49a84ef7131da25fd4ad;p=thirdparty%2Fbind9.git not all messages were prefixed with I: --- diff --git a/bin/tests/system/nsupdate/update_test.pl b/bin/tests/system/nsupdate/update_test.pl index 8f25990d338..9dc3402d809 100644 --- a/bin/tests/system/nsupdate/update_test.pl +++ b/bin/tests/system/nsupdate/update_test.pl @@ -37,7 +37,7 @@ # # perl -MCPAN -e "install Net::DNS" # -# $Id: update_test.pl,v 1.1 2000/07/24 22:53:36 mws Exp $ +# $Id: update_test.pl,v 1.2 2000/07/26 01:19:43 gson Exp $ # use Getopt::Std; @@ -391,8 +391,8 @@ test("NOERROR", ["update", rr_add("u.$zone 300 NS ns.u.$zone")]); test("NOERROR", ["update", rr_del("u.$zone 300 NS ns.u.$zone")]); if ($failures) { - print "$failures tests failed.\n"; + print "I:$failures tests failed.\n"; } else { - print "All tests successful.\n"; + print "I:All tests successful.\n"; } exit $failures;