summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-03-06 16:06:18 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-03-06 16:06:18 (GMT)
commit5a537b675b4d3428691bac6fa6c8e760e5c8f661 (patch)
tree547c565b2564be6d241a7459a924d3bae39cd8ac /tools
parent98c092af39d78d33f41e8db7f294163e20ad7dbf (diff)
downloadhdf5-5a537b675b4d3428691bac6fa6c8e760e5c8f661.zip
hdf5-5a537b675b4d3428691bac6fa6c8e760e5c8f661.tar.gz
hdf5-5a537b675b4d3428691bac6fa6c8e760e5c8f661.tar.bz2
Correct grep text for filter test
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump/testh5dump.sh.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in
index 28a7855..dbe0412 100644
--- a/tools/h5dump/testh5dump.sh.in
+++ b/tools/h5dump/testh5dump.sh.in
@@ -25,10 +25,10 @@ EXIT_FAILURE=1
DUMPER=h5dump # The tool name
DUMPER_BIN=`pwd`/$DUMPER # The path of the tool binary
-H5DIFF=../h5diff/h5diff # The h5diff tool name
+H5DIFF=../h5diff/h5diff # The h5diff tool name
H5DIFF_BIN=`pwd`/$H5DIFF # The path of the h5diff tool binary
-H5IMPORT=../h5import/h5import # The h5import tool name
+H5IMPORT=../h5import/h5import # The h5import tool name
H5IMPORT_BIN=`pwd`/$H5IMPORT # The path of the h5import tool binary
RM='rm -rf'
@@ -1418,7 +1418,7 @@ TOOLTEST4 textlinkfar.ddl --enable-error-stack textlinkfar.h5
TOOLTEST4 textlink.ddl --enable-error-stack textlink.h5
# test for error stack display (BZ2048)
-GREPTEST2 ERRTXT "filter plugins disabled" filter_fail.ddl --enable-error-stack filter_fail.h5
+GREPTEST2 ERRTXT "is not registered" filter_fail.ddl --enable-error-stack filter_fail.h5
# test for -o -y for dataset with attributes
TOOLTEST2 tall-6.exp --enable-error-stack -y -o tall-6.txt -d /g1/g1.1/dset1.1.1 tall.h5