mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r30268] Remove failure causing code in test/mf.c unintentionally added in r30264.
This commit is contained in:
parent
67a8c2639a
commit
36c595e5ea
@ -6016,7 +6016,7 @@ test_mf_bug1(hid_t fapl)
|
||||
h5_fixname(FILENAME[0], fapl, filename, sizeof(filename));
|
||||
|
||||
/* Create the file to work on */
|
||||
if((file = H5Fcreate(NULL/*filename*/, H5F_ACC_TRUNC, H5P_DEFAULT, fapl)) < 0)
|
||||
if((file = H5Fcreate(filename, H5F_ACC_TRUNC, H5P_DEFAULT, fapl)) < 0)
|
||||
TEST_ERROR
|
||||
|
||||
/* Get file's VFD handle */
|
||||
|
Loading…
Reference in New Issue
Block a user