-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove test string dependence on C library
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2024-09-15 Roy Hills <[email protected]> | ||
|
||
* check-error: Change invalid option test string from | ||
"ike-scan: unrecognized option", to "^Usage: ike-scan". | ||
This fixes a test failure on cygwin because it's newlib based C | ||
library outputs "ike-scan: unknown option" instead of | ||
"ike-scan: unrecognized option" that is used by glibc and BSD libc. | ||
|
||
2022-10-02 Roy Hills <[email protected]> | ||
|
||
* acinclude.m4: Replaced obsolete autoconf macros AC_TRY_COMPILE with | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters