summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-20 22:12:59 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-20 22:12:59 (GMT)
commitb129a495d6fd7dbab70f9b678692eaf4b44246d8 (patch)
treee3ba195401cfd33a3640289f4506b2c2cbb341b4 /test
parent854737f001f7a55e20d5e2cd269cd4f500b2fe73 (diff)
downloadhdf5-b129a495d6fd7dbab70f9b678692eaf4b44246d8.zip
hdf5-b129a495d6fd7dbab70f9b678692eaf4b44246d8.tar.gz
hdf5-b129a495d6fd7dbab70f9b678692eaf4b44246d8.tar.bz2
Remove extra #endif
Diffstat (limited to 'test')
-rw-r--r--test/hdfs.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/hdfs.c b/test/hdfs.c
index bf193ce..3486ad7 100644
--- a/test/hdfs.c
+++ b/test/hdfs.c
@@ -27,9 +27,12 @@
#include "H5FDhdfs.h" /* this file driver's utilities */
#ifdef H5_HAVE_LIBHDFS
+
#define HDFS_TEST_DEBUG 0
#define HDFS_TEST_MAX_BUF_SIZE 256
+/* only include the testing macros if needed */
+
/*****************************************************************************
*
* FILE-LOCAL TESTING MACROS
@@ -380,7 +383,6 @@ static H5FD_hdfs_fapl_t default_fa = {
"", /* kerberos path */
1024, /* buffer size */
};
-#endif /* H5_HAVE_LIBHDFS */
/******************
* TEST FUNCTIONS *