From 8fd3eb8b92433c0e201637899206e3c08a1b40bd Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 16 Mar 2023 10:18:56 -0400 Subject: [PATCH] Testing simplification. --- tests/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index c0a9b0c..90120ef 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -29,9 +29,7 @@ TESTLOADS := $(shell ls -1 *.log | sed '/.log/s///' | sort) check: savecheck @make tap | tapview - @echo "=== No diff output is good news." @-advent -x 2>/dev/null || exit 0 # Get usage message into coverage tests - @-advent -l /dev/null /dev/null .SUFFIXES: .chk -- 2.31.1