diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-09-11 23:18:29 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-09-11 23:18:29 (GMT) |
commit | 298dbe539616ee11eaae3568c9fb1982027636f9 (patch) | |
tree | 37ea41c24ea153554001e315a6cc54544ebca495 /test/objcopy.c | |
parent | f546cc8972285b1f6b8fd6c56492f780cb84eac3 (diff) | |
download | hdf5-298dbe539616ee11eaae3568c9fb1982027636f9.zip hdf5-298dbe539616ee11eaae3568c9fb1982027636f9.tar.gz hdf5-298dbe539616ee11eaae3568c9fb1982027636f9.tar.bz2 |
[svn-r12659] This is VMS maintenance check-in.
Some of the tests cannot be run on VMS since they try to open
the same file twice.
Solution:
Bypass the tests according to the H5_CANNOT_OPEN_TWICE variable setting.
Platforms tested:
VMS server and heping.
Diffstat (limited to 'test/objcopy.c')
-rwxr-xr-x | test/objcopy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/objcopy.c b/test/objcopy.c index 94281fd..3ac25e5 100755 --- a/test/objcopy.c +++ b/test/objcopy.c @@ -6560,7 +6560,9 @@ main(void) nerrors += test_copy_group_wide_loop(fapl); nerrors += test_copy_group_links(fapl); nerrors += test_copy_soft_link(fapl); +#ifndef H5_CANNOT_OPEN_TWICE nerrors += test_copy_ext_link(fapl); +#endif /* H5_CANNOT_OPEN_TWICE */ nerrors += test_copy_exist(fapl); nerrors += test_copy_path(fapl); nerrors += test_copy_same_file_named_datatype(fapl); |