summaryrefslogtreecommitdiffstats
path: root/tools/test/h5diff/h5diffgentest.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-07-29 13:23:51 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-07-29 13:24:30 (GMT)
commit1f7fa50137a66eeda1e2ee2f46ee1cc11c2001f5 (patch)
tree716a627967481aaa871b0d8bcb01ee94493c1a00 /tools/test/h5diff/h5diffgentest.c
parentcf4e78b3c9d1f1ed6687b24bbd738a63b9812a9e (diff)
downloadhdf5-1f7fa50137a66eeda1e2ee2f46ee1cc11c2001f5.zip
hdf5-1f7fa50137a66eeda1e2ee2f46ee1cc11c2001f5.tar.gz
hdf5-1f7fa50137a66eeda1e2ee2f46ee1cc11c2001f5.tar.bz2
Correct h5diff filenames
Diffstat (limited to 'tools/test/h5diff/h5diffgentest.c')
-rw-r--r--tools/test/h5diff/h5diffgentest.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/test/h5diff/h5diffgentest.c b/tools/test/h5diff/h5diffgentest.c
index df79aa1..bdc2ddc 100644
--- a/tools/test/h5diff/h5diffgentest.c
+++ b/tools/test/h5diff/h5diffgentest.c
@@ -94,11 +94,11 @@ size_t H5TOOLS_MALLOCSIZE = (128 * 1024 * 1024);
#define NON_COMPARBLES1 "non_comparables1.h5"
#define NON_COMPARBLES2 "non_comparables2.h5"
/* string dataset and attribute */
-#define DIFF_STRINGS1 "diff_strings1.h5"
-#define DIFF_STRINGS2 "diff_strings2.h5"
+#define DIFF_STRINGS1 "h5diff_strings1.h5"
+#define DIFF_STRINGS2 "h5diff_strings2.h5"
/* double dataset and epsilon */
-#define DIFF_EPS1 "diff_eps1.h5"
-#define DIFF_EPS2 "diff_eps2.h5"
+#define DIFF_EPS1 "h5diff_eps1.h5"
+#define DIFF_EPS2 "h5diff_eps2.h5"
#define UIMAX 4294967295u /*Maximum value for a variable of type unsigned int */
#define STR_SIZE 3