diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-06-15 19:40:20 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-06-15 19:40:20 (GMT) |
commit | 0ecd9627daeca08a07fca7d1b7668455a52dceae (patch) | |
tree | 6cdef125f08297e9aa45683036bff82efc721543 | |
parent | 49d3256cfe3c22afbf6dfcc1b8a76df4b058c3f3 (diff) | |
download | hdf5-0ecd9627daeca08a07fca7d1b7668455a52dceae.zip hdf5-0ecd9627daeca08a07fca7d1b7668455a52dceae.tar.gz hdf5-0ecd9627daeca08a07fca7d1b7668455a52dceae.tar.bz2 |
[svn-r20983] I modified the pathname to [-.test] to be more accurate. The old one [...] had problem.
Tested on 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]";
|