summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2007-11-07 15:17:38 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2007-11-07 15:17:38 (GMT)
commit871694b3acbd1f1a30fd19ef6f1d9dec8e582545 (patch)
tree3769e7e58cc56cbd88d922e488cf671c78540bd2 /test
parent71d3a0006ac4429ab3c13ed5d979fa695223ac84 (diff)
downloadhdf5-871694b3acbd1f1a30fd19ef6f1d9dec8e582545.zip
hdf5-871694b3acbd1f1a30fd19ef6f1d9dec8e582545.tar.gz
hdf5-871694b3acbd1f1a30fd19ef6f1d9dec8e582545.tar.bz2
[svn-r14241] A minor change: Let the test of opening external link twice in external.c use
be_extlink2.h5, which is created with gen_udlinks.c. Tested on kagiso.
Diffstat (limited to 'test')
-rw-r--r--test/external.c3
-rw-r--r--test/extlink_file.h5bin2864 -> 0 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/test/external.c b/test/external.c
index 5b83f0b..fa29428 100644
--- a/test/external.c
+++ b/test/external.c
@@ -21,7 +21,8 @@
*/
#include "h5test.h"
-#define LINKED_FILE "extlink_file.h5"
+/* File for external link test. Created with gen_udlinks.c */
+#define LINKED_FILE "be_extlink2.h5"
const char *FILENAME[] = {
"extern_1",
diff --git a/test/extlink_file.h5 b/test/extlink_file.h5
deleted file mode 100644
index 92ed32c..0000000
--- a/test/extlink_file.h5
+++ /dev/null
Binary files differ