diff options
Diffstat (limited to 'test/istore.c')
-rw-r--r-- | test/istore.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/istore.c b/test/istore.c index e79696c..c50ef3f 100644 --- a/test/istore.c +++ b/test/istore.c @@ -527,7 +527,8 @@ main (int argc, char *argv[]) /* Create the test file */ if (NULL==(f=H5F_open (H5F_LOW_DFLT, FILENAME, - H5F_ACC_CREAT|H5F_ACC_WRITE|H5F_ACC_TRUNC, + (H5F_ACC_CREAT|H5F_ACC_WRITE|H5F_ACC_TRUNC| + H5F_ACC_DEBUG), NULL))) { printf ("Cannot create file %s; test aborted\n", FILENAME); exit (1); |