about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2021-01-27 18:11:13 +0100
committerLeah Neukirchen <leah@vuxu.org>2021-01-27 18:11:13 +0100
commitff7537f6a71fbf8a4cac27b7b6fc790f294b20e4 (patch)
tree7c56e82e52a377f14fdc4cf41d0dcaed151945b6
parent741972a4166d08e1055848827fbc871d91e55b1f (diff)
downloadmblaze-ff7537f6a71fbf8a4cac27b7b6fc790f294b20e4.tar.gz
mblaze-ff7537f6a71fbf8a4cac27b7b6fc790f294b20e4.tar.xz
mblaze-ff7537f6a71fbf8a4cac27b7b6fc790f294b20e4.zip
GNUmakefile: run tests without stdin connected to a terminal
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 8ff9021..07a0b1a 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -50,7 +50,7 @@ clean: FRC
 	-rm -f $(ALL) *.o museragent
 
 check: FRC all
-	PATH=$$(pwd):$$PATH prove -v
+	PATH=$$(pwd):$$PATH prove -v </dev/null
 
 install: FRC all
 	mkdir -p $(DESTDIR)$(BINDIR) \