Browse Source

[1213] Correct grep command line

Stephen Morris 13 years ago
parent
commit
0cfe2c51b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/system/ixfr/in-2/tests.sh

+ 1 - 1
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"