Nicer formatting.

This commit is contained in:
Dianne Skoll
2025-09-04 10:59:58 -04:00
parent 4237dc4a3f
commit eeae3298ef

View File

@@ -112,10 +112,10 @@ EOF
cmp -s $OUT $CMP
if [ "$?" = "0" ] ; then
echo "Remind: Time zone test PASSED"
echo "Remind: Time zone test PASSED"
exit 0
else
echo "Remind: Time zone test FAILED"
echo "Remind: Time zone test FAILED"
echo "Examine the file tz.out to see where it differs from the"
echo "reference file tz.cmp. Here are the first 200 lines of"
echo "diff -u tz.out tz.cmp"