[svn-r22699] Merge trunk 22674 to 1.8:

Remove checks for filters are available because the h5dump tests never used the filters in the tests. "-H" option excludes data.
HDFFV-8125
This commit is contained in:
Allen Byrne
2012-08-20 11:47:39 -05:00
parent bdb3343f30
commit b169fa28ff
4 changed files with 25 additions and 125 deletions

View File

@@ -15,6 +15,8 @@
#
# Tests for the h5dump tool
srcdir=@srcdir@
TESTNAME=h5dumpxml
EXIT_SUCCESS=0
EXIT_FAILURE=1
@@ -34,10 +36,6 @@ AWK='awk'
nerrors=0
verbose=yes
# The build (current) directory might be different than the source directory.
if test -z "$srcdir"; then
srcdir=.
fi
# source dirs
SRC_TOOLS="$srcdir/../"