aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-27 16:09:49 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-27 16:09:49 +0000
commitf4d706a364081d03f04f1d12af67ca62450fbdef (patch)
treeb7d0804f56eda56060c1f027e0e430969e854645 /test
parent95658e2530ebf1bbd808efaef11c1647ec6417d3 (diff)
Update suite-clopts.sh to match dumpcap's error output. Add a comment
to dumpcap.c about keeping the errors synced. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37805 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'test')
-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 30da24f2c8..dc8107a991 100755
--- a/test/suite-clopts.sh
+++ b/test/suite-clopts.sh
@@ -116,7 +116,7 @@ clopts_step_invalid_capfilter() {
if [ ! $RETURNVALUE -eq $EXIT_COMMAND_LINE ]; then
test_step_failed "exit status: $RETURNVALUE"
else
- grep -i 'Invalid capture filter: "jkghg"' ./testout.txt > /dev/null
+ grep -i 'Invalid capture filter "jkghg" for interface' ./testout.txt > /dev/null
if [ $? -eq 0 ]; then
test_step_output_print ./testout.txt
test_step_ok