summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-07-30 21:37:57 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-07-30 21:37:57 (GMT)
commitab6679315c5027576c3a80d0ea3b67fd2fa58ff0 (patch)
tree3dc7022f7c297c5da6281ef9ba025a553cb7563a /test
parentc21ba9c26e946f08c201f16f56cdfb4797e9e55c (diff)
downloadhdf5-ab6679315c5027576c3a80d0ea3b67fd2fa58ff0.zip
hdf5-ab6679315c5027576c3a80d0ea3b67fd2fa58ff0.tar.gz
hdf5-ab6679315c5027576c3a80d0ea3b67fd2fa58ff0.tar.bz2
Update COPYING file.
Remove hdfs from list of vfds for check-vfd testing as it is read-only.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index dbee9c2..aa6afee 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -145,7 +145,7 @@ ttsafe_SOURCES=ttsafe.c ttsafe_dcreate.c ttsafe_error.c ttsafe_cancel.c \
ttsafe_acreate.c
cache_image_SOURCES=cache_image.c genall5.c
-VFD_LIST = hdfs sec2 stdio core core_paged split multi family
+VFD_LIST = sec2 stdio core core_paged split multi family
if DIRECT_VFD_CONDITIONAL
VFD_LIST += direct
endif