diff options
author | Quincey Koziol <koziol@lbl.gov> | 2020-08-12 16:17:27 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@lbl.gov> | 2020-08-12 16:17:27 (GMT) |
commit | 3f46a380e084d83a84783383bdfbbd9a443e9f27 (patch) | |
tree | 6763b46846622da9e77cdbbd90283db49f738d67 /test/vfd.c | |
parent | 4083be1ff20b66ee75b32df141fea5e36d771ced (diff) | |
parent | dca1733238c6f72d2707d280e893c027734ebc27 (diff) | |
download | hdf5-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) ) |