From 36c595e5ea604a815a259f439d7a36a7f026539b Mon Sep 17 00:00:00 2001 From: Neil Fortner Date: Mon, 8 Aug 2016 15:37:56 -0500 Subject: [svn-r30268] Remove failure causing code in test/mf.c unintentionally added in r30264. --- test/mf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mf.c b/test/mf.c index 5430f21..98231b9 100644 --- a/test/mf.c +++ b/test/mf.c @@ -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 */ -- cgit v0.12