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
This commit is contained in:
Jeff Morriss 2012-11-19 22:11:07 +00:00
parent 5681aa0fda
commit f9fc9a2a20
1 changed files with 1 additions and 1 deletions

View File

@ -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