aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index fb71c7f..013ec80 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -16,7 +16,7 @@ check: $(tests)
test001 = '$(m ^test$,test)' = test
test002: var = es
-test002 = '$(m ^t$(var)t$$,test,e)' = test
+test002 = '$(m ^t$(var)t$$,test,E)' = test
test003 = '$(m ^t(es)t$,test)$0$1' = testtestes -a -z '$(m a,b)$0$1'
test%: