Pluralize.

This commit is contained in:
Dianne Skoll
2025-10-07 16:24:39 -04:00
parent 8ce56acc7a
commit 453bba5172
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -180,10 +180,10 @@ EOF
cmp -s $OUT $CMP
if [ "$?" = "0" ] ; then
echo "Remind: Time zone test PASSED"
echo "Remind: Time zone tests PASSED"
exit 0
else
echo "Remind: Time zone test FAILED"
echo "Remind: Time zone tests 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"