From 57fa1a6099e03b0f0a0946a91d9c85a3f62bc4ba Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Mon, 18 Nov 2024 11:05:21 -0500 Subject: [PATCH] Make it clearer what went wrong if we use "remind" rather than "../src/remind" --- tests/test-rem | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test-rem b/tests/test-rem index 48117a2c..2b4a5733 100644 --- a/tests/test-rem +++ b/tests/test-rem @@ -27,10 +27,10 @@ if test `id -u` = 0 ; then exit 1 fi -# We alias "remind" to "false" here so that we don't inadvertantly -# add code that runs the system-installed verion of Remind rather -# than ../src/remind. This trick was suggested by Jochen Sprickerhof -alias remind=false +# We alias "remind" here so that we don't inadvertantly add code that +# runs the system-installed verion of Remind rather than +# ../src/remind. This trick was suggested by Jochen Sprickerhof +alias remind="echo You should be using ../src/remind explicitly in test-rem >&2; exit 1" # Set a known timezone so moon phases show up in predictable places