summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack.sh
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-04-14 16:41:43 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-04-14 16:41:43 (GMT)
commit7d8b8f129d03569a6af39e22a51fae6c36009e09 (patch)
tree9b84dd34217b583f4bb35ddcb0f2c4ef13b92cfa /tools/h5repack/h5repack.sh
parent2fac8dfcbc095338240c87b86fc91411b22de699 (diff)
downloadhdf5-7d8b8f129d03569a6af39e22a51fae6c36009e09.zip
hdf5-7d8b8f129d03569a6af39e22a51fae6c36009e09.tar.gz
hdf5-7d8b8f129d03569a6af39e22a51fae6c36009e09.tar.bz2
[svn-r8352] Purpose:
bug fix Description: the routine for reading the options from a file had the "old" parse syntax Solution: Platforms tested: linux solaris AIX Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack.sh')
-rw-r--r--tools/h5repack/h5repack.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack.sh b/tools/h5repack/h5repack.sh
index df7a7a3..f1a6281 100644
--- a/tools/h5repack/h5repack.sh
+++ b/tools/h5repack/h5repack.sh
@@ -169,7 +169,7 @@ TOOLTEST test4.h5 -f dset_all:GZIP=1
TOOLTEST test4.h5 -f GZIP=1 -m 1024
#file
-#TOOLTEST test4.h5 -e h5repack_info.txt
+TOOLTEST test4.h5 -e ../testfiles/h5repack_info.txt
if test $nerrors -eq 0 ; then
echo "All $H5REPACK tests passed."