[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.
This commit is contained in:
Albert Cheng 1999-07-20 17:09:49 -05:00
parent 072143ba88
commit 946083cb9b

View File

@ -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