From 8c176b73d261670df531fb7dc4eb6b924aa10a78 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Wed, 28 Feb 2007 16:41:40 -0500 Subject: [svn-r13433] external_link_self test cannot run on VMS Commented out for VMS only. Platforms tested: VMS server and kagiso --- test/links.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v0.12