summaryrefslogtreecommitdiffstats
path: root/test/links.c
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2007-02-28 21:41:40 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2007-02-28 21:41:40 (GMT)
commit8c176b73d261670df531fb7dc4eb6b924aa10a78 (patch)
treefbd74d240efcb72b3d13c9e8ddac3536e87738c2 /test/links.c
parentc8ba250a1e2db0d4d66705a131841f5cc1c86a2d (diff)
downloadhdf5-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.c2
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 */