From: Eric S. Raymond Date: Mon, 14 Aug 2023 08:50:19 +0000 (-0400) Subject: Fix test makefiile glitch. X-Git-Tag: 2.8~50 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=3e07a4f55fffad24b7ef47530d8b48becd7db889 Fix test makefiile glitch. --- diff --git a/test/Makefile b/test/Makefile index 11be77c..dd1f574 100644 --- a/test/Makefile +++ b/test/Makefile @@ -24,7 +24,7 @@ buildregress: fi \ done regress: - echo "1..$$(ls *.log | wc -l)" + @echo "1..$$(ls *.log | wc -l)" @for test in $(TESTLOADS); \ do \ if [ ! -f $${test}.tst ] ; \