aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-08 17:56:10 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-08 17:56:10 +0000
commitfe1af2fefd5b33a9f232034d9b4e9a034da681ef (patch)
treeb11fed5fff8dc70c4cae0e5b0cbbdffe1b2bbda7 /test
parent02254940e57cf4c1c6474e3f2fc1f753e77d48db (diff)
Temporarily disable 'Capture 10 packets using stdout' test for tshark until we can get that working
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23095 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'test')
-rwxr-xr-xtest/suite-capture.sh2
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