From 946083cb9b1d482c790f486a922a2ba8fa66e3fc Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 20 Jul 1999 17:09:49 -0500 Subject: [svn-r1521] Forgot to change the arguments for the $diff command when I changed them for $cmp the last time. Updated it. now it works for --srcdir option too. --- tools/testh5dump.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/testh5dump.sh b/tools/testh5dump.sh index 0705107..dcb1922 100755 --- a/tools/testh5dump.sh +++ b/tools/testh5dump.sh @@ -49,9 +49,9 @@ DUMP() echo " PASSED" else echo "*FAILED*" - echo " Actual result (*.out) differs from expected result (*.ddl)" + echo " Expected result (*.ddl) differs from actual result (*.out)" nerrors="`expr $nerrors + 1`" - test yes = "$verbose" && $diff $srcdir/$expect $actual |sed 's/^/ /' + test yes = "$verbose" && $diff $expect $actual |sed 's/^/ /' fi # Clean up output file -- cgit v0.12