BIND 10 trac1213, updated. 0cfe2c51b17627d777cec9c33f9652b61f14427c [1213] Correct grep command line
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Oct 12 13:00:51 UTC 2011
The branch, trac1213 has been updated
via 0cfe2c51b17627d777cec9c33f9652b61f14427c (commit)
from c12ca1170ad094e0450efeb462328ec6b6ec7e1f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0cfe2c51b17627d777cec9c33f9652b61f14427c
Author: Stephen Morris <stephen at isc.org>
Date: Wed Oct 12 14:00:33 2011 +0100
[1213] Correct grep command line
-----------------------------------------------------------------------
Summary of changes:
tests/system/ixfr/in-2/tests.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/tests/system/ixfr/in-2/tests.sh b/tests/system/ixfr/in-2/tests.sh
index 65ff067..84fc343 100644
--- a/tests/system/ixfr/in-2/tests.sh
+++ b/tests/system/ixfr/in-2/tests.sh
@@ -54,7 +54,7 @@ then
return 1
fi
-grep XFRIN_XFR_TRANSFER_SUCCESS | grep IXFR > /dev/null
+grep XFRIN_XFR_TRANSFER_SUCCESS nsx2/bind10.run | grep IXFR > /dev/null
if [ $? -ne 0 ];
then
echo "R:$CLIENT_NAME FAIL no 'IXFR successful' message in the BIND 10 log"
More information about the bind10-changes
mailing list