diff options
author | Michael Tüxen <tuexen@fh-muenster.de> | 2011-07-21 17:30:42 +0000 |
---|---|---|
committer | Michael Tüxen <tuexen@fh-muenster.de> | 2011-07-21 17:30:42 +0000 |
commit | f98587d686a75a881491354f829efe040c6d86fa (patch) | |
tree | 21d6139c47ab024c33babb9e6168a2eacb94953a /test | |
parent | 77022a66b07b14af6cddebba0d43d2cd93c4a32a (diff) | |
download | wireshark-f98587d686a75a881491354f829efe040c6d86fa.tar.gz wireshark-f98587d686a75a881491354f829efe040c6d86fa.tar.bz2 wireshark-f98587d686a75a881491354f829efe040c6d86fa.zip |
Undo the checking of command line interfaces. It might the a pipe...
svn path=/trunk/; revision=38146
Diffstat (limited to 'test')
-rwxr-xr-x | test/suite-clopts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-clopts.sh b/test/suite-clopts.sh index 015e0e995b..dc8107a991 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 '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 |