aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-09 13:34:08 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-09 13:34:08 +0000
commit8ef772c65ad3a81deea1c37b8cbcc12573e20c8e (patch)
treee65712fbfbae53a0bf9a146ff29a1fd5bb4e6262 /test
parent3d0ebb7e21c1713a4b1b7b5875e9a55e1c7bf564 (diff)
As requested on -dev, put the (currently failing) 'Capture 10 packets using stdout' test back in for tshark
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23110 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 5242e590e5..0a310a595e 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