summaryrefslogtreecommitdiffstats
path: root/test/vfd.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-03-24 22:34:04 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-03-24 22:34:04 (GMT)
commit93080fa6193a49cc44c5e417322047abfa3b55cf (patch)
tree76e4094571874e5e957ab48dc22da24c8fb4b7ca /test/vfd.c
parenta091157a42e4a78439a893e86b49f3aaaa94df50 (diff)
downloadhdf5-93080fa6193a49cc44c5e417322047abfa3b55cf.zip
hdf5-93080fa6193a49cc44c5e417322047abfa3b55cf.tar.gz
hdf5-93080fa6193a49cc44c5e417322047abfa3b55cf.tar.bz2
Brings fixes for splitter VFD test from develop
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 bb04e97..929e875 100644
--- a/test/vfd.c
+++ b/test/vfd.c
@@ -2443,7 +2443,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) )