summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2022-04-16 10:05:40 -0700
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2022-04-16 10:05:40 -0700
commite9c74131fcc428d1f60c34e0782de869be1c121d (patch)
tree4fa156bf99479287dec5778a9f2d93228a34b5d7
parent8fa0530d83f2a1f5eb23ed5d6a177e35457dedf6 (diff)
downloadlibfaketime-e9c74131fcc428d1f60c34e0782de869be1c121d.tar.gz
tests: clean whitespace in Makefile
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
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