Skip to content

Commit

Permalink
chore: make VRFY output consistent (#3268)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Jul 24, 2023
1 parent adb3a17 commit fe7e027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testpar/t_coll_chunk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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), "");
Expand Down

0 comments on commit fe7e027

Please sign in to comment.