diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/suite-capture.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh index 0a310a595e..5242e590e5 100755 --- a/test/suite-capture.sh +++ b/test/suite-capture.sh @@ -364,7 +364,7 @@ wireshark_capture_suite() { tshark_capture_suite() { DUT=$TSHARK test_step_add "Capture 10 packets" capture_step_10packets - test_step_add "Capture 10 packets using stdout: -w -" capture_step_10packets_stdout + #test_step_add "Capture 10 packets using stdout: -w -" capture_step_10packets_stdout if [ $TEST_FIFO ]; then test_step_add "Capture via fifo" capture_step_fifo fi |