aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-clopts.sh
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-11-19 20:56:20 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-11-19 20:56:20 +0000
commite8e7ba68dafdf7884aacfab188d29a915b0472ee (patch)
treec7583a3754795f52471c17525037417a5e801755 /test/suite-clopts.sh
parentc9e72f9241dbecbe2b930060da0a13a55796cbcb (diff)
r46083 added interface name matching which changed the error text when an interface can't be found. Update the test to check for the new wording.
svn path=/trunk/; revision=46086
Diffstat (limited to 'test/suite-clopts.sh')
-rwxr-xr-xtest/suite-clopts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-clopts.sh b/test/suite-clopts.sh
index 643f5458d5..3d9d1f47fa 100755
--- a/test/suite-clopts.sh
+++ b/test/suite-clopts.sh
@@ -134,7 +134,7 @@ clopts_step_invalid_interface() {
if [ ! $RETURNVALUE -eq $EXIT_COMMAND_LINE ]; then
test_step_failed "exit status: $RETURNVALUE"
else
- grep -i 'The capture session could not be initiated' ./testout.txt > /dev/null
+ grep -i 'Failed to match interface' ./testout.txt > /dev/null
if [ $? -eq 0 ]; then
test_step_output_print ./testout.txt
test_step_ok