diff options
author | H. Joe Lee <hyoklee@hdfgroup.org> | 2023-07-24 17:02:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 17:02:10 (GMT) |
commit | fe7e027db6c2905008332567abbf84ea6e584d88 (patch) | |
tree | 30d4b8387e7f8931bff081c26f86f163f6bc2503 /testpar | |
parent | adb3a173f1586a167954fae4316ac2385bbda10d (diff) | |
download | hdf5-fe7e027db6c2905008332567abbf84ea6e584d88.zip hdf5-fe7e027db6c2905008332567abbf84ea6e584d88.tar.gz hdf5-fe7e027db6c2905008332567abbf84ea6e584d88.tar.bz2 |
chore: make VRFY output consistent (#3268)
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_coll_chunk.c | 2 |
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), ""); |