aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-clopts.sh
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2011-07-21 17:30:42 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2011-07-21 17:30:42 +0000
commitf98587d686a75a881491354f829efe040c6d86fa (patch)
tree21d6139c47ab024c33babb9e6168a2eacb94953a /test/suite-clopts.sh
parent77022a66b07b14af6cddebba0d43d2cd93c4a32a (diff)
Undo the checking of command line interfaces. It might the a pipe...
svn path=/trunk/; revision=38146
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 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