aboutsummaryrefslogtreecommitdiff
path: root/testsuite/make.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/make.tests')
-rwxr-xr-xtestsuite/make.tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/make.tests b/testsuite/make.tests
index c92c69340..a12e50b8b 100755
--- a/testsuite/make.tests
+++ b/testsuite/make.tests
@@ -652,6 +652,8 @@ B = b
652target: 652target:
653ifeq ($(A),a) 653ifeq ($(A),a)
654 @echo A OK 654 @echo A OK
655else
656 @echo A not OK
655endif 657endif
656ifneq "a" "$B" 658ifneq "a" "$B"
657 @echo B OK 659 @echo B OK