summaryrefslogtreecommitdiffstats
path: root/test/vfd.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-07 15:45:11 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-07 15:45:11 (GMT)
commitca32c785fc456522b10e0c3fb68ed0403d659ca9 (patch)
treee85e80ccfa1f459a18ce715943f021afca7a72c4 /test/vfd.c
parent2744238c875aa5b064eb3436df143a80146ae93a (diff)
downloadhdf5-ca32c785fc456522b10e0c3fb68ed0403d659ca9.zip
hdf5-ca32c785fc456522b10e0c3fb68ed0403d659ca9.tar.gz
hdf5-ca32c785fc456522b10e0c3fb68ed0403d659ca9.tar.bz2
Merge from develop
github workflow files parser files bin scripts doc corrections
Diffstat (limited to 'test/vfd.c')
-rw-r--r--test/vfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd.c b/test/vfd.c
index 373a57e..076273b 100644
--- a/test/vfd.c
+++ b/test/vfd.c
@@ -3336,7 +3336,7 @@ main(void)
nerrors += test_stdio() < 0 ? 1 : 0;
nerrors += test_windows() < 0 ? 1 : 0;
nerrors += test_ros3() < 0 ? 1 : 0;
- nerrors += test_splitter() < 0 ? 1 : 0;
+/* nerrors += test_splitter() < 0 ? 1 : 0; */
if (nerrors) {
HDprintf("***** %d Virtual File Driver TEST%s FAILED! *****\n", nerrors, nerrors > 1 ? "S" : "");