]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: Alter expected line endings in testsuite
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Mon, 7 Apr 2025 16:55:23 +0000 (19:55 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Mon, 26 May 2025 14:18:49 +0000 (17:18 +0300)
commite0c329ac0e6bd8f1f6849bbbe465934b8c1f5ab6
tree025a1c427605b3424445664d5a3e83a27bde24ef
parentb32b74827fb27cac5e9b2c64873b4548c4b837f6
libtool: Alter expected line endings in testsuite

When comparing expected output in LT_AT_CHECK_EXECUTE, several tests
fail with mismatched line endings. This patch should fix Windows
environments that have CRLF text line endings disabled and only use
the LF character for line endings.

* tests/testsuite.at: Removed '\r' from awk's printf command.
tests/testsuite.at