aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-clopts.sh
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-11-19 22:11:07 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-11-19 22:11:07 +0000
commitf9fc9a2a20e3a3a706867c9da591d00c1674174d (patch)
tree06282c76e047e94c7346cc755b434da736850a15 /test/suite-clopts.sh
parent5681aa0fdaae35c12bb3b59d6a3272317cf05bdb (diff)
I thought the test suite was run with capture permissions; that does not appear to be true. Fix the expected output for the "invalid interface" test (again).
svn path=/trunk/; revision=46091
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 3d9d1f47fa..bee45be342 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 'Failed to match interface' ./testout.txt > /dev/null
+ grep -i 'There are no interfaces on which a capture can be done' ./testout.txt > /dev/null
if [ $? -eq 0 ]; then
test_step_output_print ./testout.txt
test_step_ok