aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-07 05:59:32 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-07 05:59:32 +0000
commit5027d4ca86cf5d6023c79163a59aa35e9aaab526 (patch)
treebed80fea41d8d555cd343e1dac23723406eede90 /test
parent26375181a7b357059023cd6ecb21103127acc7db (diff)
-I is now a valid TShark option (at least if you have libpcap 1.x).
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32708 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 637afa00ab..1a74ade55a 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 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 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