diff --git a/tests/test-timezone-support b/tests/test-timezone-support index 54f2b675..adcfdfef 100755 --- a/tests/test-timezone-support +++ b/tests/test-timezone-support @@ -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"