aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-capture.sh
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2007-10-09 13:34:08 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2007-10-09 13:34:08 +0000
commite32c9da4342da0159a02e681ad046eaa4826e680 (patch)
treee65712fbfbae53a0bf9a146ff29a1fd5bb4e6262 /test/suite-capture.sh
parent3c46610074193384c8eee8df992979efb90e2093 (diff)
As requested on -dev, put the (currently failing) 'Capture 10 packets using stdout' test back in for tshark
svn path=/trunk/; revision=23110
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 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