aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-fileformats.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2017-01-30 12:51:19 -0800
committerGerald Combs <gerald@wireshark.org>2017-01-31 16:45:25 +0000
commit0165b8c40cfd6ca529408862095c1213bdf1ebd5 (patch)
tree9b8dfb95b374994712efa567141f38ccda3891e6 /test/suite-fileformats.sh
parent8938a311eae723568d314dabe749c33b8a9a7917 (diff)
Enable some more tests.
The "Microsecond pcap-ng via stdin" and "Nanosecond pcap-ng via stdin" tests work here on macOS and Windows (likely due to g8a141fe), so enable them. Change-Id: I148d02f0cc23162d782457e1d8f0e7c2c0dc6932 Reviewed-on: https://code.wireshark.org/review/19877 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'test/suite-fileformats.sh')
-rwxr-xr-xtest/suite-fileformats.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite-fileformats.sh b/test/suite-fileformats.sh
index bf78a2d22e..10a04794ee 100755
--- a/test/suite-fileformats.sh
+++ b/test/suite-fileformats.sh
@@ -128,9 +128,9 @@ tshark_ff_suite() {
test_step_add "Microsecond pcap via stdin" ff_step_usec_pcap_stdin
test_step_add "Nanosecond pcap via stdin" ff_step_nsec_pcap_stdin
test_step_add "Nanosecond pcap direct read" ff_step_nsec_pcap_direct
-# test_step_add "Microsecond pcap-ng via stdin" ff_step_usec_pcapng_stdin
+ test_step_add "Microsecond pcap-ng via stdin" ff_step_usec_pcapng_stdin
test_step_add "Microsecond pcap-ng direct read" ff_step_usec_pcapng_direct
-# test_step_add "Nanosecond pcap-ng via stdin" ff_step_nsec_pcapng_stdin
+ test_step_add "Nanosecond pcap-ng via stdin" ff_step_nsec_pcapng_stdin
test_step_add "Nanosecond pcap-ng direct read" ff_step_nsec_pcapng_direct
}