diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2016-08-08 20:37:56 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2016-08-08 20:37:56 (GMT) |
commit | 36c595e5ea604a815a259f439d7a36a7f026539b (patch) | |
tree | 8b26dd650287fcda711fb30789c4779bd0398815 | |
parent | 67a8c2639a1dc3924895a1bbd59c067086494936 (diff) | |
download | hdf5-36c595e5ea604a815a259f439d7a36a7f026539b.zip hdf5-36c595e5ea604a815a259f439d7a36a7f026539b.tar.gz hdf5-36c595e5ea604a815a259f439d7a36a7f026539b.tar.bz2 |
[svn-r30268] Remove failure causing code in test/mf.c unintentionally added in r30264.
-rw-r--r-- | test/mf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |