diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2007-02-28 21:41:40 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2007-02-28 21:41:40 (GMT) |
commit | 8c176b73d261670df531fb7dc4eb6b924aa10a78 (patch) | |
tree | fbd74d240efcb72b3d13c9e8ddac3536e87738c2 /test/links.c | |
parent | c8ba250a1e2db0d4d66705a131841f5cc1c86a2d (diff) | |
download | hdf5-8c176b73d261670df531fb7dc4eb6b924aa10a78.zip hdf5-8c176b73d261670df531fb7dc4eb6b924aa10a78.tar.gz hdf5-8c176b73d261670df531fb7dc4eb6b924aa10a78.tar.bz2 |
[svn-r13433] external_link_self test cannot run on VMS
Commented out for VMS only.
Platforms tested:
VMS server and kagiso
Diffstat (limited to 'test/links.c')
-rw-r--r-- | test/links.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/links.c b/test/links.c index f2ce9c3..b23bbca 100644 --- a/test/links.c +++ b/test/links.c @@ -9367,8 +9367,8 @@ main(void) #endif /* H5_CANNOT_OPEN_TWICE */ nerrors += external_link_path((new_format ? fapl2 : fapl), new_format) < 0 ? 1 : 0; nerrors += external_link_mult((new_format ? fapl2 : fapl), new_format) < 0 ? 1 : 0; - nerrors += external_link_self((new_format ? fapl2 : fapl), new_format) < 0 ? 1 : 0; #ifndef H5_CANNOT_OPEN_TWICE + nerrors += external_link_self((new_format ? fapl2 : fapl), new_format) < 0 ? 1 : 0; nerrors += external_link_pingpong((new_format ? fapl2 : fapl), new_format) < 0 ? 1 : 0; nerrors += external_link_toomany((new_format ? fapl2 : fapl), new_format) < 0 ? 1 : 0; #endif /* H5_CANNOT_OPEN_TWICE */ |