]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Adjust tests to match new Automake files
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 Apr 2024 15:26:17 +0000 (08:26 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 Apr 2024 16:14:23 +0000 (09:14 -0700)
* tests/m4sugar.at (bad categories): Adjust test cases
to match changed behavior of files copied from Automake.

tests/m4sugar.at

index a83d08a7b89e1216ec7fca97817432ff59edbfd5..ba7191afc8a9453041d4f3c6ebe04c8413462bc2 100644 (file)
@@ -328,11 +328,11 @@ script.4s:9: error: oddly enough, this works
 
 AT_CHECK_M4SUGAR([-o- -Wnone,obsolete], 1, [],
 [script.4s:2: warning: use of "" as a diagnostic category is obsolete
-script.4s:2: (see autom4te --help for a list of valid categories)
+script.4s:2: (see automake --help for a list of valid categories)
 script.4s:3: error: unknown diagnostic category "bogus"
 script.4s:4: error: unknown diagnostic category "!\"\\\x09%^&*"
 script.4s:5: warning: use of "all" as a diagnostic category is obsolete
-script.4s:5: (see autom4te --help for a list of valid categories)
+script.4s:5: (see automake --help for a list of valid categories)
 script.4s:6: error: -W accepts "none", but it is not a diagnostic category
 script.4s:7: error: -W accepts "no-syntax", but it is not a diagnostic category
 script.4s:8: error: unknown diagnostic category "no-bogus"
@@ -341,14 +341,14 @@ script.4s:9: error: oddly enough, this works
 
 AT_CHECK_M4SUGAR([-o- -Wnone,obsolete,syntax], 1, [],
 [script.4s:2: warning: use of "" as a diagnostic category is obsolete
-script.4s:2: (see autom4te --help for a list of valid categories)
+script.4s:2: (see automake --help for a list of valid categories)
 script.4s:2: warning: empty category
 script.4s:3: error: unknown diagnostic category "bogus"
 script.4s:3: warning: invalid category
 script.4s:4: error: unknown diagnostic category "!\"\\\x09%^&*"
 script.4s:4: warning: line noise category
 script.4s:5: warning: use of "all" as a diagnostic category is obsolete
-script.4s:5: (see autom4te --help for a list of valid categories)
+script.4s:5: (see automake --help for a list of valid categories)
 script.4s:5: warning: 'all' used as a category
 script.4s:6: error: -W accepts "none", but it is not a diagnostic category
 script.4s:6: warning: 'none' used as a category