summaryrefslogtreecommitdiff
path: root/test/suite-clopts.sh
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-08-02 20:01:20 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-08-02 20:01:20 +0000
commitfbb3dc9bd0f7354acdaf4855a0629a3061a24341 (patch)
tree3f4ce7db8ebc8f9f0ae7c7a908d0338b31b4e273 /test/suite-clopts.sh
parent65eea307fa77f6198d8646544953f95da7e7626c (diff)
downloadwireshark-fbb3dc9bd0f7354acdaf4855a0629a3061a24341.tar.gz
From Richard van der Hoff:
An error message has been changed, such that the commandline options test doesn't work any more. This patch fixes the test accordingly. svn path=/trunk/; revision=18827
Diffstat (limited to 'test/suite-clopts.sh')
-rw-r--r--test/suite-clopts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-clopts.sh b/test/suite-clopts.sh
index f02a073aa3..97554541ab 100644
--- a/test/suite-clopts.sh
+++ b/test/suite-clopts.sh
@@ -117,7 +117,7 @@ clopts_step_invalid_interface() {
if [ ! $RETURNVALUE -eq $EXIT_OK ]; then
test_step_failed "exit status: $RETURNVALUE"
else
- grep -i 'The capture session could not be initiated!' ./testout.txt > /dev/null
+ grep -i 'The capture session could not be initiated' ./testout.txt > /dev/null
if [ $? -eq 0 ]; then
test_step_ok
else