Convert expected text files to Unix format.

The OpenBSD version of diff doesn't support the `--strip-trailing-cr`
option.
This commit is contained in:
Simon Howard 2024-09-03 20:28:40 -04:00
parent b161a16d80
commit fa83ecd230
9112 changed files with 198355 additions and 198355 deletions

View file

@ -19,7 +19,7 @@ OUTPUTS = $(subst .lmp,.txt,$(subst demos/,output/,$(ALL_DEMOS)))
UNZIPOPTS = -L -o UNZIPOPTS = -L -o
check: expected output check: expected output
diff --strip-trailing-cr -x .gitignore -u -r expected output diff -x .gitignore -u -r expected output
@echo all tests passed @echo all tests passed
output: $(OUTPUTS) output: $(OUTPUTS)