mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-09 07:32:32 +08:00
chore: make VRFY output consistent (#3268)
This commit is contained in:
parent
adb3a173f1
commit
fe7e027db6
@ -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), "");
|
||||
|
Loading…
Reference in New Issue
Block a user