about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-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) \