Adopt test to new error handling.

svn path=/trunk/; revision=38145
This commit is contained in:
Michael Tüxen 2011-07-21 16:06:52 +00:00
parent f30c3675ec
commit 77022a66b0
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 'The capture session could not be initiated' ./testout.txt > /dev/null
grep -i 'there is no interface with that name' ./testout.txt > /dev/null
if [ $? -eq 0 ]; then
test_step_output_print ./testout.txt
test_step_ok