summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-12-20 14:36:06 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-12-20 14:36:06 +0000
commitf0b9d97f188eb677bd712ac1c2fe7e572b6e1d58 (patch)
tree15d0797c42f92af5e086a8fe0a8eff09e7aa3113
parentb3dbedd144f306787ef5b04d7ddec5578bec6894 (diff)
downloadwireshark-f0b9d97f188eb677bd712ac1c2fe7e572b6e1d58.tar.gz
tshark now accepts -Q.
svn path=/trunk/; revision=46633
-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 27ed6e618e..a564b7d929 100755
--- a/test/suite-clopts.sh
+++ b/test/suite-clopts.sh
@@ -173,7 +173,7 @@ clopts_step_nonexisting_file() {
# check exit status of all invalid single char TShark options (must be 1)
clopts_suite_tshark_invalid_chars() {
- for index in A B C E F H J K M N O Q R T U W X Y Z a b c d e f i j k m o r s t u w y z
+ for index in A B C E F H J K M N O R T U W X Y Z a b c d e f i j k m o r s t u w y z
do
test_step_add "Invalid TShark parameter -$index, exit status must be $EXIT_COMMAND_LINE" "test_single_char_options $TSHARK $index $EXIT_COMMAND_LINE"
done