-P is no longer invalid. We use it for the 'two pass analysis'
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 22 Sep 2009 21:29:56 +0000 (21:29 +0000)
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 22 Sep 2009 21:29:56 +0000 (21:29 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30083 f5534014-38df-0310-8fa8-9805f1628bb7

test/suite-clopts.sh

index ad691acd97615d6a1b244c1424d6847b04b75b17..637afa00ab6f0ceb720a487b9cfeedde6e2fec4a 100755 (executable)
@@ -74,7 +74,7 @@ clopts_step_nonexisting_file() {
 
 # check exit status of all single char option being invalid
 clopts_suite_tshark_invalid_chars() {
 
 # check exit status of all single char option being invalid
 clopts_suite_tshark_invalid_chars() {
-       for index in A B C E F H I J K M N O Q R T U W X Y Z a b c d e f g i j k m o r s t u w y z
+       for index in A B C E F H I J K M N O Q R T U W X Y Z a b c d e f g 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
        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