Fix a couple of minor problems found by "remind -du"

This commit is contained in:
Dianne Skoll
2025-05-25 14:54:49 -04:00
parent 4cc63b1548
commit 136122b1db
3 changed files with 3 additions and 3 deletions

View File

@@ -746,7 +746,7 @@ unset y
EOF
# Make sure all the include files are ok
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
find ../include -type f -name '*.rem' | while read x; do ../src/remind -du -n $x 1 Jan 2024 2>>../tests/test.out 1>/dev/null; done
cmp -s ../tests/test.out ../tests/test.cmp
if [ "$?" = "0" ]; then