diff options
author | Jeff Morriss <jeff.morriss@ulticom.com> | 2007-10-08 17:56:10 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss@ulticom.com> | 2007-10-08 17:56:10 +0000 |
commit | 98efc05f1906c3750c6bef02d04016d74408fd42 (patch) | |
tree | b11fed5fff8dc70c4cae0e5b0cbbdffe1b2bbda7 /test | |
parent | 639b0468975221a588e087354270e27908b65623 (diff) | |
download | wireshark-98efc05f1906c3750c6bef02d04016d74408fd42.tar.gz wireshark-98efc05f1906c3750c6bef02d04016d74408fd42.tar.bz2 wireshark-98efc05f1906c3750c6bef02d04016d74408fd42.zip |
Temporarily disable 'Capture 10 packets using stdout' test for tshark until we can get that working
svn path=/trunk/; revision=23095
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 |