diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/h5test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.c b/test/h5test.c index c2e9859..375f71c 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -287,7 +287,7 @@ h5_fixname(const char *base_name, hid_t fapl, char *fullname, size_t size) if (H5FD_FAMILY == driver) suffix = "%05d.h5"; - else if (H5FD_CORE == driver || H5FD_MULTI == driver) + else if (H5FD_MULTI == driver) suffix = NULL; } |