OK, that didn't do it - print the command again.
authorGuy Harris <guy@alum.mit.edu>
Fri, 17 Jul 2015 07:12:25 +0000 (00:12 -0700)
committerGuy Harris <guy@alum.mit.edu>
Fri, 17 Jul 2015 07:14:02 +0000 (07:14 +0000)
Too bad DEC used / as an option character and Bell Labs chose it as a
pathname separator.

Change-Id: Ie58ba79476e0f24e408fae55f6c5eaff3ffb11fa
Reviewed-on: https://code.wireshark.org/review/9680
Reviewed-by: Guy Harris <guy@alum.mit.edu>
test/suite-decryption.sh

index dd4202dae349424911f780b9921ed5622c8d8df0..9f892af0c9a625cacab4c385d43dd602d94885ae 100755 (executable)
@@ -126,6 +126,10 @@ decryption_step_ssl_rsa_pq() {
        if [ "$WS_SYSTEM" == "Windows" ] ; then
                TEST_KEYS_FILE="`cygpath -w $TEST_KEYS_FILE`"
        fi
+       echo $TESTS_DIR/run_and_catch_crashes env $TS_DC_ENV $TSHARK $TS_DC_ARGS -Tfields -e http.request.uri \
+               -o ssl.keys_list:"0.0.0.0,443,http,$TEST_KEYS_FILE" \
+               -r "$CAPTURE_DIR/rsa-p-lt-q.pcap" -Y http \
+               | grep / > /dev/null 2>&1
        $TESTS_DIR/run_and_catch_crashes env $TS_DC_ENV $TSHARK $TS_DC_ARGS -Tfields -e http.request.uri \
                -o ssl.keys_list:"0.0.0.0,443,http,$TEST_KEYS_FILE" \
                -r "$CAPTURE_DIR/rsa-p-lt-q.pcap" -Y http \