From d3c29ea981bd18cf81cc582d60700145269e6853 Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Tue, 22 Sep 2009 21:29:56 +0000 Subject: [PATCH] -P is no longer invalid. We use it for the 'two pass analysis' svn path=/trunk/; revision=30083 --- test/suite-clopts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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