From bff2b14a052063b5f339e747278f57942fa67e59 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Wed, 14 Nov 2007 14:14:16 -0500 Subject: [svn-r14261] bug fix: new syntax for the h5diff call in the h5dopy shell script tested: linux --- tools/h5copy/testh5copy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/h5copy/testh5copy.sh b/tools/h5copy/testh5copy.sh index 9ff3d50..ad4efe3 100644 --- a/tools/h5copy/testh5copy.sh +++ b/tools/h5copy/testh5copy.sh @@ -125,9 +125,9 @@ H5DIFFTEST() { 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 -- cgit v0.12