diff options
author | Anders Broman <anders.broman@ericsson.com> | 2006-08-02 20:01:20 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2006-08-02 20:01:20 +0000 |
commit | fbb3dc9bd0f7354acdaf4855a0629a3061a24341 (patch) | |
tree | 3f4ce7db8ebc8f9f0ae7c7a908d0338b31b4e273 /test | |
parent | 65eea307fa77f6198d8646544953f95da7e7626c (diff) | |
download | wireshark-fbb3dc9bd0f7354acdaf4855a0629a3061a24341.tar.gz wireshark-fbb3dc9bd0f7354acdaf4855a0629a3061a24341.tar.bz2 wireshark-fbb3dc9bd0f7354acdaf4855a0629a3061a24341.zip |
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')
-rw-r--r-- | 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 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 |