summaryrefslogtreecommitdiffstats
path: root/test/vfd.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2020-08-12 16:17:27 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2020-08-12 16:17:27 (GMT)
commit3f46a380e084d83a84783383bdfbbd9a443e9f27 (patch)
tree6763b46846622da9e77cdbbd90283db49f738d67 /test/vfd.c
parent4083be1ff20b66ee75b32df141fea5e36d771ced (diff)
parentdca1733238c6f72d2707d280e893c027734ebc27 (diff)
downloadhdf5-3f46a380e084d83a84783383bdfbbd9a443e9f27.zip
hdf5-3f46a380e084d83a84783383bdfbbd9a443e9f27.tar.gz
hdf5-3f46a380e084d83a84783383bdfbbd9a443e9f27.tar.bz2
Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01
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) )