aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-07-17 00:57:09 -0700
committerGuy Harris <guy@alum.mit.edu>2015-07-17 07:57:41 +0000
commit5a51b8bff8a35d4659f05b64debcef0ec1afb4ab (patch)
tree10febbdcef3a59259d838ff4258ad939bb8c37fa /test
parent520315f890c576ac6269fa1f26e8a7f91e7858f9 (diff)
Don't discard the echo command's output.
Change-Id: I957a0c1beeae4bbd8c32ed05f30525becaf37e95 Reviewed-on: https://code.wireshark.org/review/9682 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'test')
-rwxr-xr-xtest/suite-decryption.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-decryption.sh b/test/suite-decryption.sh
index 9f892af0c9..72211b6730 100755
--- a/test/suite-decryption.sh
+++ b/test/suite-decryption.sh
@@ -129,7 +129,7 @@ decryption_step_ssl_rsa_pq() {
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
+ | grep /
$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 \