chiark / gitweb /
Testing: Makefile: always redirect stdin from /dev/null
[cgi-auth-flexible.git] / tests / Makefile
index 2d8bb47e4475b64d8c123374bf88dd349fcf8050..2d17a0978116a8e03795bbac6ccb287fc29a6409 100644 (file)
@@ -9,4 +9,4 @@ CHECKS := $(addprefix check-,$(TESTS))
 all check: $(CHECKS)
 
 check-%: %.at
-       @ set -e; cd ..; tests/autotest tests/$^
+       @ set -e; cd ..; tests/autotest tests/$^ </dev/null