Skip to content

Commit

Permalink
Use ADD_H5_ERR_TEST to not compare output (HDFGroup#4464)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 6, 2024
1 parent 815453a commit 9ad5f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test/h5stat/CMakeTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
ADD_H5_TEST (h5stat_help2 0 --help)

# Test when h5stat a file that does not exist
ADD_H5_CMP_TEST (h5stat_notexist 1 "unable to open file" notexist.h5)
ADD_H5_ERR_TEST (h5stat_notexist 1 "unable to open file" notexist.h5)
ADD_H5_CMP_TEST (h5stat_nofile 1 "missing file name" '')

# Test file with groups, compressed datasets, user-applied filters, etc.
Expand Down

0 comments on commit 9ad5f7e

Please sign in to comment.