summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/testh5dumppbits.sh.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-08-20 16:47:39 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-08-20 16:47:39 (GMT)
commitb169fa28ff3eaa249cc9309c5c16c0ca28b9e06f (patch)
treeb9b108d2921f6b53494348c4010e6ee6bc9b46e4 /tools/h5dump/testh5dumppbits.sh.in
parentbdb3343f30acaae14a56b1d6386729623a47888f (diff)
downloadhdf5-b169fa28ff3eaa249cc9309c5c16c0ca28b9e06f.zip
hdf5-b169fa28ff3eaa249cc9309c5c16c0ca28b9e06f.tar.gz
hdf5-b169fa28ff3eaa249cc9309c5c16c0ca28b9e06f.tar.bz2
[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
Diffstat (limited to 'tools/h5dump/testh5dumppbits.sh.in')
-rw-r--r--tools/h5dump/testh5dumppbits.sh.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/h5dump/testh5dumppbits.sh.in b/tools/h5dump/testh5dumppbits.sh.in
index 3d9685c..60120b5 100644
--- a/tools/h5dump/testh5dumppbits.sh.in
+++ b/tools/h5dump/testh5dumppbits.sh.in
@@ -15,6 +15,8 @@
#
# Tests for the h5dump tool with packed bits type files
+srcdir=@srcdir@
+
# Determine which filters are available
USE_FILTER_SZIP="@USE_FILTER_SZIP@"
USE_FILTER_DEFLATE="@USE_FILTER_DEFLATE@"
@@ -47,10 +49,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/../"