mirror of
https://github.com/chocolate-doom/statcheck.git
synced 2025-03-13 13:12:28 +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
|
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)
|
||||||
|
|
Loading…
Reference in a new issue