From d250b510301c92d5f7670dd372a1cce8cac42304 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 18 Jun 2017 23:31:59 -0400 Subject: [PATCH] Get usage message into coverage tests. --- tests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile b/tests/Makefile index 88b18b4..da0dc71 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -10,6 +10,7 @@ ECHO := /bin/echo all: regress @echo "=== No diff output is good news." + @-advent -x 2>/dev/null # Get usage message into coverage tests .SUFFIXES: .chk -- 2.31.1