summaryrefslogtreecommitdiffstats
path: root/test/stab.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2011-03-24 18:33:45 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2011-03-24 18:33:45 (GMT)
commit3e8dc8cccc5b907d93e7eeb61d26088142b3d982 (patch)
treeaf10d7b3e3ec99b809fa880af89e8fe8b48777b0 /test/stab.c
parentf960ff573ea4d7c324be7a392f0b0c85bc796030 (diff)
downloadhdf5-3e8dc8cccc5b907d93e7eeb61d26088142b3d982.zip
hdf5-3e8dc8cccc5b907d93e7eeb61d26088142b3d982.tar.gz
hdf5-3e8dc8cccc5b907d93e7eeb61d26088142b3d982.tar.bz2
[svn-r20315] brought revisions 19868:20300 from the 1.8.6_vms branch to the trunk for VMS work
Diffstat (limited to 'test/stab.c')
-rw-r--r--test/stab.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/stab.c b/test/stab.c
index e8ffec3..d897899 100644
--- a/test/stab.c
+++ b/test/stab.c
@@ -57,8 +57,10 @@ const char *FILENAME[] = {
/* The group_old.h5 is generated from gen_old_fill.c in HDF5 'test' directory
* for version 1.6. To get this data file, simply compile gen_old_group.c with
* the HDF5 library in that branch and run it. */
+/* I changed the name "group_old.h5.copy" to "group_old_copy.h5" because OpenVMS
+ * doesn't like any file name with more than one ".". SLU 2010/12/13 */
#define FILE_OLD_GROUPS "group_old.h5"
-#define FILE_OLD_GROUPS_COPY "group_old.h5.copy"
+#define FILE_OLD_GROUPS_COPY "group_old_copy.h5"
/* Definitions for 'no_compact' test */
#define NO_COMPACT_TOP_GROUP "top"