Undo the checking of command line interfaces. It might the a pipe...
[obnox/wireshark/wip.git] / test / suite-clopts.sh
index 015e0e995bd64bd7c6fb114d7e325c5543dd96a2..dc8107a991669aa422b58ea2aeeda03f2bbf516c 100755 (executable)
@@ -134,7 +134,7 @@ clopts_step_invalid_interface() {
        if [ ! $RETURNVALUE -eq $EXIT_COMMAND_LINE ]; then
                test_step_failed "exit status: $RETURNVALUE"
        else
-               grep -i 'there is no interface with that name' ./testout.txt > /dev/null
+               grep -i 'The capture session could not be initiated' ./testout.txt > /dev/null
                if [ $? -eq 0 ]; then
                        test_step_output_print ./testout.txt
                        test_step_ok