summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-07-20 22:09:29 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-07-20 22:09:29 (GMT)
commita4f7ae28a75c23aa7f6b9d78cab8fa729b1d187f (patch)
treeb1ea8fa08a30ffeaabee52d6572db42ba41bbd3c /tools
parent8628270b03d9510f3169bf37fb5a819df40a1907 (diff)
downloadhdf5-a4f7ae28a75c23aa7f6b9d78cab8fa729b1d187f.zip
hdf5-a4f7ae28a75c23aa7f6b9d78cab8fa729b1d187f.tar.gz
hdf5-a4f7ae28a75c23aa7f6b9d78cab8fa729b1d187f.tar.bz2
[svn-r1520] 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.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/testh5dump.sh4
1 files 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