summaryrefslogtreecommitdiffstats
path: root/test/titerate.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/titerate.c')
-rw-r--r--test/titerate.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/titerate.c b/test/titerate.c
index 10ed039..1d87343 100644
--- a/test/titerate.c
+++ b/test/titerate.c
@@ -1175,8 +1175,10 @@ test_iterate(void)
#endif
} /* end for */
- /* Test the fix for issue HDFFV-10588 */
- test_corrupted_attnamelen();
+ if (!h5_driver_uses_modified_filename()) {
+ /* Test the fix for issue HDFFV-10588 */
+ test_corrupted_attnamelen();
+ }
/* Close FAPLs */
ret = H5Pclose(fapl);