Use ADD_H5_ERR_TEST to not compare output (#4464)

This commit is contained in:
Allen Byrne 2024-05-06 16:33:09 -05:00 committed by GitHub
parent 815453a78f
commit 9ad5f7e3a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.