Fix pathname used to run run_and_catch_crashes.

Change-Id: Ib8bbee1906c89decd16f3ea0ea5f78c9337e5f43
Reviewed-on: https://code.wireshark.org/review/8393
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2015-05-10 14:43:32 -07:00
parent 42611db19a
commit c8394b8b6f
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ decryption_step_80211_wpa_psk() {
# WPA EAP (EAPOL Rekey)
# Included in git sources test/captures/wpa-eap-tls.pcap.gz
decryption_step_80211_wpa_eap() {
./run_and_catch_crashes env $TS_DC_ENV $TSHARK $TS_DC_ARGS \
$TESTS_DIR/run_and_catch_crashes env $TS_DC_ENV $TSHARK $TS_DC_ARGS \
-o "wlan.enable_decryption: TRUE" \
-r "$CAPTURE_DIR/wpa-eap-tls.pcap.gz" \
-Y "wlan.analysis.tk==7d9987daf5876249b6c773bf454a0da7" \