summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-06-26 14:38:30 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-06-26 14:38:30 (GMT)
commitc325dd2a6512ce02287771bfbbe9b81d65b3fd6f (patch)
treedc13529567d2c124c499a87077eb8850a7714e33 /tools
parente526ff9dc664ef6f020c0bac1a21adcfbeb6a17d (diff)
downloadhdf5-c325dd2a6512ce02287771bfbbe9b81d65b3fd6f.zip
hdf5-c325dd2a6512ce02287771bfbbe9b81d65b3fd6f.tar.gz
hdf5-c325dd2a6512ce02287771bfbbe9b81d65b3fd6f.tar.bz2
HDFFV-10219 another mode change
Diffstat (limited to 'tools')
-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 fc07530..7dff689 100644
--- a/tools/test/h5import/h5importtestutil.sh.in
+++ b/tools/test/h5import/h5importtestutil.sh.in
@@ -204,7 +204,7 @@ fi
TOOLTEST2()
{
err=0
-$RUNSERIAL $DUMPER_BIN -p -d $1 -o d$2.bin -b FILE tmp_testfiles/$2 > d$2.dmp
+$RUNSERIAL $DUMPER_BIN -p -d $1 -o d$2.bin -b NATIVE tmp_testfiles/$2 > d$2.dmp
$RUNSERIAL $H5IMPORT_BIN d$2.bin -c d$2.dmp -o d$2 > d$2.imp
$RUNSERIAL $H5DIFF_BIN -v d$2 tmp_testfiles/$2 $1 $1 > log2
$CP -f $SRC_H5IMPORT_TESTFILES/d$2.txt log1