From 69c572e26a72923a55aab4c954487b65976b23a2 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 20 Jul 2007 12:05:00 -0500 Subject: [svn-r13990] Description: Allow a ".h5" suffix to be added to core files also, which prevents overwriting the test binary (and confusing the tests on copper, etc.) Tested on: AIX 5.3 (copper) w/check-vfd FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) --- test/h5test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v0.12