summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2023-07-24 17:02:10 (GMT)
committerGitHub <noreply@github.com>2023-07-24 17:02:10 (GMT)
commitfe7e027db6c2905008332567abbf84ea6e584d88 (patch)
tree30d4b8387e7f8931bff081c26f86f163f6bc2503
parentadb3a173f1586a167954fae4316ac2385bbda10d (diff)
downloadhdf5-fe7e027db6c2905008332567abbf84ea6e584d88.zip
hdf5-fe7e027db6c2905008332567abbf84ea6e584d88.tar.gz
hdf5-fe7e027db6c2905008332567abbf84ea6e584d88.tar.bz2
chore: make VRFY output consistent (#3268)
-rw-r--r--testpar/t_coll_chunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_coll_chunk.c b/testpar/t_coll_chunk.c
index 5dd0bb8..fd77988 100644
--- a/testpar/t_coll_chunk.c
+++ b/testpar/t_coll_chunk.c
@@ -858,7 +858,7 @@ coll_chunktest(const char *filename, int chunk_factor, int select_factor, int ap
VRFY((acc_plist >= 0), "MPIO creation property list succeeded");
file = H5Fopen(filename, H5F_ACC_RDONLY, acc_plist);
- VRFY((file >= 0), "H5Fcreate succeeded");
+ VRFY((file >= 0), "H5Fopen succeeded");
status = H5Pclose(acc_plist);
VRFY((status >= 0), "");