changed test filename to one that will be cleaned

This commit is contained in:
Edward Hartnett 2019-12-01 08:47:46 -07:00
parent c5c38148bd
commit c0a6da7757

View File

@ -263,7 +263,7 @@ main(int argc, char **argv)
{
hid_t file_hid;
int ncid;
char *filename = "foo.h5";
char *filename = "tst_interops5.h5";
/* Create a HDF5 file, but don't set creation ordering on. */
file_hid = H5Fcreate(filename, H5F_ACC_TRUNC, H5P_DEFAULT, H5P_DEFAULT);