diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-02-20 22:15:33 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-02-20 22:15:33 (GMT) |
commit | 0ca72dadf3ad98f2e949ab924f8bcc06123f7e52 (patch) | |
tree | 63e65a94e2da92045c3b9ef71da26d1f8b4af659 /tools | |
parent | 7fa987eb202ec55ed051eba1958601692436caf3 (diff) | |
download | hdf5-0ca72dadf3ad98f2e949ab924f8bcc06123f7e52.zip hdf5-0ca72dadf3ad98f2e949ab924f8bcc06123f7e52.tar.gz hdf5-0ca72dadf3ad98f2e949ab924f8bcc06123f7e52.tar.bz2 |
[svn-r14630] new syntax in the h5diff call of the h5repack test script
tested: linux
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/h5repack/h5repack.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5repack/h5repack.sh.in b/tools/h5repack/h5repack.sh.in index 2909183..c8659d3 100755 --- a/tools/h5repack/h5repack.sh.in +++ b/tools/h5repack/h5repack.sh.in @@ -92,9 +92,9 @@ DIFFTEST() { VERIFY $@ if [ "`uname -s`" = "TFLOPS O/S" ]; then - $RUNSERIAL $H5DIFF_BIN $@ -q + $RUNSERIAL $H5DIFF_BIN -q $@ else - $RUNSERIAL $H5DIFF_BIN "$@" -q + $RUNSERIAL $H5DIFF_BIN -q "$@" fi RET=$? if [ $RET != 0 ] ; then |