]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: Avoid test failure in OpenBSD
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 25 Oct 2024 16:06:44 +0000 (19:06 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 20 Nov 2024 14:42:14 +0000 (16:42 +0200)
commitab43d096d15f43c015a586ed460aaff17882d2a5
tree0313abbd840308392b952223318f0884d65b3ffe
parent6b119a1c799614d533c881b7c65aba096596be28
libtool: Avoid test failure in OpenBSD

The following errors can be seen for the 'execute mode' test in OpenBSD:
  build/libtool: test: <: missing second argument
  build/libtool: test: >: missing second argument

The cwrapper in OpenBSD cannot parse these symbols as arguments in
execute mode if there are no other characters with them.

* tests/execute-mode.at: Escape '<' and '>' in OpenBSD.
tests/execute-mode.at