As requested on -dev, put the (currently failing) 'Capture 10 packets using stdout' test back in for tshark

svn path=/trunk/; revision=23110
This commit is contained in:
Jeff Morriss 2007-10-09 13:34:08 +00:00
parent 3c46610074
commit e32c9da434
1 changed files with 1 additions and 1 deletions

View File

@ -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