aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-decryption.sh
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-06-04 23:32:14 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2015-06-04 21:34:07 +0000
commit8da4d226315bd9f3e477ae729fe2135027d1364b (patch)
tree8bb8855ccd7ae16f8166297a1aa7bb5d036fb269 /test/suite-decryption.sh
parentc62546ac58a6fe543d721b75a2c2d0ba07ee3213 (diff)
Fix decryption test suite on Windows
Change-Id: Ib8207d56a7e064855ce1444c927913c9c9258788 Reviewed-on: https://code.wireshark.org/review/8766 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'test/suite-decryption.sh')
-rwxr-xr-xtest/suite-decryption.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/suite-decryption.sh b/test/suite-decryption.sh
index 880899538b..3a494c97db 100755
--- a/test/suite-decryption.sh
+++ b/test/suite-decryption.sh
@@ -122,7 +122,6 @@ decryption_step_ssl() {
# SSL, using the server's private key with password
decryption_step_ssl_with_password() {
$TESTS_DIR/run_and_catch_crashes env $TS_DC_ENV $TSHARK $TS_DC_ARGS -Tfields -e http.request.uri \
- -o "ssl.keys_list: 127.0.0.1,9131,http,$TEST_KEYS_DIR/key.p12,WebAS" \
-r "$CAPTURE_DIR/dmgr.pcapng" -Y http \
| grep unsecureLogon.jsp > /dev/null 2>&1
RETURNVALUE=$?