Skip to content

Commit c0a6da7

Browse files
changed test filename to one that will be cleaned
1 parent c5c3814 commit c0a6da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nc_test4/tst_interops5.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ main(int argc, char **argv)
263263
{
264264
hid_t file_hid;
265265
int ncid;
266-
char *filename = "foo.h5";
266+
char *filename = "tst_interops5.h5";
267267

268268
/* Create a HDF5 file, but don't set creation ordering on. */
269269
file_hid = H5Fcreate(filename, H5F_ACC_TRUNC, H5P_DEFAULT, H5P_DEFAULT);

0 commit comments

Comments
 (0)