diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-06-26 14:36:28 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-06-26 14:36:28 (GMT) |
commit | e526ff9dc664ef6f020c0bac1a21adcfbeb6a17d (patch) | |
tree | 6c254da18200cd7ddbdb6d93f1bd4fe07bdf6813 | |
parent | 6b2f384a3cd6c4ff4334fe6b590aad1ea9e1178f (diff) | |
download | hdf5-e526ff9dc664ef6f020c0bac1a21adcfbeb6a17d.zip hdf5-e526ff9dc664ef6f020c0bac1a21adcfbeb6a17d.tar.gz hdf5-e526ff9dc664ef6f020c0bac1a21adcfbeb6a17d.tar.bz2 |
HDFFV-10219 change subset to use BINARY mode for h5dump
-rw-r--r-- | tools/test/h5import/h5importtestutil.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5import/h5importtestutil.sh.in b/tools/test/h5import/h5importtestutil.sh.in index fba4517..fc07530 100644 --- a/tools/test/h5import/h5importtestutil.sh.in +++ b/tools/test/h5import/h5importtestutil.sh.in @@ -268,7 +268,7 @@ fi TOOLTEST5() { err=0 -$RUNSERIAL $DUMPER_BIN -p -d $3 $4 -o d-$1.bin -b FILE tmp_testfiles/$2 > d-$1.dmp +$RUNSERIAL $DUMPER_BIN -p -d $3 $4 -o d-$1.bin -b NATIVE 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.h5 > log2 $CP -f $SRC_H5IMPORT_TESTFILES/$1.ddl log1 |