aboutsummaryrefslogtreecommitdiff
path: root/testsuite/make.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/make.tests')
-rwxr-xr-xtestsuite/make.tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/make.tests b/testsuite/make.tests
index d9d56270a..2425ae99d 100755
--- a/testsuite/make.tests
+++ b/testsuite/make.tests
@@ -443,7 +443,7 @@ target:
443b} 443b}
444' 444'
445 445
446# The CURDIR macro is supported in POSIX 202X. 446# The CURDIR macro is supported in POSIX 2024.
447testing "make CURDIR macro" \ 447testing "make CURDIR macro" \
448 "make -f -" \ 448 "make -f -" \
449 "OK\n" "" ' 449 "OK\n" "" '
@@ -482,7 +482,7 @@ target:
482 @echo $(MYFLAG) 482 @echo $(MYFLAG)
483' 483'
484 484
485# POSIX 202X permits additional characters in macro and target names 485# POSIX 2024 permits additional characters in macro and target names
486testing "make allow - and / in target names, - in macro names" \ 486testing "make allow - and / in target names, - in macro names" \
487 "make -f -" \ 487 "make -f -" \
488 "/hello\nhel-lo\nmac-ro\n" "" ' 488 "/hello\nhel-lo\nmac-ro\n" "" '