diff options
Diffstat (limited to 'testsuite/make.tests')
-rwxr-xr-x | testsuite/make.tests | 4 |
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: | |||
443 | b} | 443 | b} |
444 | ' | 444 | ' |
445 | 445 | ||
446 | # The CURDIR macro is supported in POSIX 202X. | 446 | # The CURDIR macro is supported in POSIX 2024. |
447 | testing "make CURDIR macro" \ | 447 | testing "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 |
486 | testing "make allow - and / in target names, - in macro names" \ | 486 | testing "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" "" ' |