summaryrefslogtreecommitdiffstats
path: root/test/vfd.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-08-12 00:46:54 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-08-12 00:46:54 (GMT)
commit78c6be05a84f854074a4df2e10c15a56444e4015 (patch)
tree7eb2ac873c4ca743a24d1450d2a3623d4fbf064d /test/vfd.c
parenta975a8d0eb3244d1a08afc80133a12279d1f90e5 (diff)
downloadhdf5-78c6be05a84f854074a4df2e10c15a56444e4015.zip
hdf5-78c6be05a84f854074a4df2e10c15a56444e4015.tar.gz
hdf5-78c6be05a84f854074a4df2e10c15a56444e4015.tar.bz2
Fixes the splitter VFD test on Windows.
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 f1443c5..d849d96 100644
--- a/test/vfd.c
+++ b/test/vfd.c
@@ -2453,7 +2453,7 @@ run_splitter_test(const struct splitter_dataset_def *data,
SPLITTER_TEST_FAULT("files are not byte-for-byte equivalent\n");
}
- /* Verify existence of logfile iff appropriate */
+ /* Verify existence of logfile if appropriate */
logfile = fopen(vfd_config->log_file_path, "r");
if ( (TRUE == provide_logfile_path && NULL == logfile) ||
(FALSE == provide_logfile_path && NULL != logfile) )