diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-06-15 19:49:37 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-06-15 19:49:37 (GMT) |
commit | 944382796a2f241de74e98d1ebed715d7c9025a1 (patch) | |
tree | e09b7c7117c140f3bba94345817e35fc2b33f8ab /vms | |
parent | c74ab6e3858584910b8db42bdc1d0e5a50c97ce1 (diff) | |
download | hdf5-944382796a2f241de74e98d1ebed715d7c9025a1.zip hdf5-944382796a2f241de74e98d1ebed715d7c9025a1.tar.gz hdf5-944382796a2f241de74e98d1ebed715d7c9025a1.tar.bz2 |
[svn-r20984] I modified the pathname to [-.test] to be more accurate. The old one [...] had problem.
Tested 1.8 on VMS.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/test/H5srcdir_str.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/test/H5srcdir_str.h b/vms/test/H5srcdir_str.h index 6e19146..9dfcf56 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 = "[-.test]";
|