summaryrefslogtreecommitdiffstats
path: root/test/file_image.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/file_image.c')
-rw-r--r--test/file_image.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/file_image.c b/test/file_image.c
index 0d031f5..e2b7810 100644
--- a/test/file_image.c
+++ b/test/file_image.c
@@ -1361,7 +1361,10 @@ main(void)
errors += test_properties();
errors += test_callbacks();
- errors += test_core();
+
+ if (!h5_driver_uses_modified_filename()) {
+ errors += test_core();
+ }
/* Perform tests with/without user block */
for (user = FALSE; user <= TRUE; user++) {