aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-capture.sh
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2007-10-08 17:56:10 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2007-10-08 17:56:10 +0000
commit98efc05f1906c3750c6bef02d04016d74408fd42 (patch)
treeb11fed5fff8dc70c4cae0e5b0cbbdffe1b2bbda7 /test/suite-capture.sh
parent639b0468975221a588e087354270e27908b65623 (diff)
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/suite-capture.sh')
-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