diff --git a/tests/test-rem b/tests/test-rem index f2476d8c..013262dc 100644 --- a/tests/test-rem +++ b/tests/test-rem @@ -614,7 +614,7 @@ fi ../src/remind --print-tokens < /dev/null >> ../tests/test.out 2>&1 # Make sure all the include files are ok -find ../include -type f -name '*.rem' | while read x; do remind -n $x 1 Jan 2024 2>>../tests/test.out 1>/dev/null; done +find ../include -type f -name '*.rem' | while read x; do ../src/remind -n $x 1 Jan 2024 2>>../tests/test.out 1>/dev/null; done cmp -s ../tests/test.out ../tests/test.cmp if [ "$?" = "0" ]; then echo "Remind: Acceptance test PASSED"