From e9c74131fcc428d1f60c34e0782de869be1c121d Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sat, 16 Apr 2022 10:05:40 -0700 Subject: tests: clean whitespace in Makefile --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 1b2a4aa..0a76a66 100644 --- a/test/Makefile +++ b/test/Makefile @@ -7,7 +7,7 @@ SRC = timetest.c OBJ = ${SRC:.c=.o} TEST_SNIPPETS = $(notdir $(basename $(wildcard snippets/*.c))) -EXPECTATIONS= $(notdir $(basename $(wildcard snippets/*.variable))) +EXPECTATIONS = $(notdir $(basename $(wildcard snippets/*.variable))) ALL_TESTS = timetest test -- cgit v1.2.1