From ff7537f6a71fbf8a4cac27b7b6fc790f294b20e4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 27 Jan 2021 18:11:13 +0100 Subject: GNUmakefile: run tests without stdin connected to a terminal --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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