mirror of
https://github.com/chocolate-doom/statcheck.git
synced 2025-03-13 05:02:02 +00:00
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:
parent
b161a16d80
commit
fa83ecd230
9112 changed files with 198355 additions and 198355 deletions
|
@ -19,7 +19,7 @@ OUTPUTS = $(subst .lmp,.txt,$(subst demos/,output/,$(ALL_DEMOS)))
|
|||
UNZIPOPTS = -L -o
|
||||
|
||||
check: expected output
|
||||
diff --strip-trailing-cr -x .gitignore -u -r expected output
|
||||
diff -x .gitignore -u -r expected output
|
||||
@echo all tests passed
|
||||
|
||||
output: $(OUTPUTS)
|
||||
|
|
Loading…
Reference in a new issue