As requested on -dev, put the (currently failing) 'Capture 10 packets using stdout...
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 9 Oct 2007 13:34:08 +0000 (13:34 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 9 Oct 2007 13:34:08 +0000 (13:34 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23110 f5534014-38df-0310-8fa8-9805f1628bb7

test/suite-capture.sh

index 5242e590e5829d9c487762fcb2adf426b9af08c3..0a310a595e844561bd2530469e7c4a35c8c6ca40 100755 (executable)
@@ -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