summaryrefslogtreecommitdiffstats
path: root/tools/test/h5import
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-06-15 19:11:50 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-06-15 19:11:50 (GMT)
commitbe172e801802b9ef89bf7c40dc622b3e57a3886d (patch)
treed49a679d46740c6f3f473a6a0628bc8dc8649092 /tools/test/h5import
parent1797bb7f5f4d29792053688f9041fd731f8d2bb4 (diff)
downloadhdf5-be172e801802b9ef89bf7c40dc622b3e57a3886d.zip
hdf5-be172e801802b9ef89bf7c40dc622b3e57a3886d.tar.gz
hdf5-be172e801802b9ef89bf7c40dc622b3e57a3886d.tar.bz2
HDFFV-10219 - Fix subset test
Diffstat (limited to 'tools/test/h5import')
-rw-r--r--tools/test/h5import/h5importtestutil.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5import/h5importtestutil.sh.in b/tools/test/h5import/h5importtestutil.sh.in
index ccfd4dc..e707737 100644
--- a/tools/test/h5import/h5importtestutil.sh.in
+++ b/tools/test/h5import/h5importtestutil.sh.in
@@ -270,7 +270,7 @@ TOOLTEST5()
err=0
$RUNSERIAL $DUMPER_BIN -p -d $3 $4 -o d$1.bin -b FILE tmp_testfiles/$2 > d$1.dmp
$RUNSERIAL $H5IMPORT_BIN d$1.bin -c d$1.dmp -o d$1.h5 > d$1.imp
-$RUNSERIAL $DUMPER_BIN -p d$1 d$1.h5 $1 $1 > log2
+$RUNSERIAL $DUMPER_BIN -p d$1.h5 > log2
$CP -f $SRC_H5IMPORT_TESTFILES/$1.ddl log1
cmp -s log1 log2 || err=1