aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-22 21:29:56 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-22 21:29:56 +0000
commit8b5bbfe7cee2859d6496bd37a7ec02eb1f62d105 (patch)
tree9af01a3a340605fdcc4e356044da8aefa56a0213 /test
parent7c3b3eb30846a62a7efa0002d851198ee09ef367 (diff)
-P is no longer invalid. We use it for the 'two pass analysis'
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30083 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 ad691acd97..637afa00ab 100755
--- a/test/suite-clopts.sh
+++ b/test/suite-clopts.sh
@@ -74,7 +74,7 @@ clopts_step_nonexisting_file() {
# 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 P 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