tshark now accepts -Q.
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 20 Dec 2012 14:36:06 +0000 (14:36 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 20 Dec 2012 14:36:06 +0000 (14:36 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@46633 f5534014-38df-0310-8fa8-9805f1628bb7

test/suite-clopts.sh

index 27ed6e618eafb1e4468e20f86531e74b2581d1ad..a564b7d929fa0445e53f5a9c4b6812e4386740b8 100755 (executable)
@@ -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 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