summaryrefslogtreecommitdiffstats
path: root/vms/test
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2011-04-28 19:42:34 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2011-04-28 19:42:34 (GMT)
commitee725efcfcf8da302fa864049594ced89d92f483 (patch)
tree73d18e00e8aad58048f40513be1dae1051675ce7 /vms/test
parent8bdd58ac2d02b2759bc18c1f9c84c4aaa3d41b39 (diff)
downloadhdf5-ee725efcfcf8da302fa864049594ced89d92f483.zip
hdf5-ee725efcfcf8da302fa864049594ced89d92f483.tar.gz
hdf5-ee725efcfcf8da302fa864049594ced89d92f483.tar.bz2
[svn-r20661] Bug fix: VMS has trouble to deal with absolute path. I changed dtypes.c to use the file name only. I also
updated the current directory path in vms/test/H5srcdir_str.h. Tested on jam and OpenVMS.
Diffstat (limited to 'vms/test')
-rw-r--r--vms/test/H5srcdir_str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/test/H5srcdir_str.h b/vms/test/H5srcdir_str.h
index faf1b03..6e19146 100644
--- a/vms/test/H5srcdir_str.h
+++ b/vms/test/H5srcdir_str.h
@@ -19,4 +19,4 @@
*/
/* Set the 'srcdir' path from configure time */
-static const char *config_srcdir = "[.]";
+static const char *config_srcdir = "[...]";