From: Guus Sliepen Date: Mon, 22 Oct 2018 18:31:37 +0000 (+0200) Subject: Attempt to make the test suite work with Windows executables. X-Git-Tag: release-1.1pre18~36 X-Git-Url: https://www.tinc-vpn.org/git/browse?a=commitdiff_plain;h=44f30239c1650877f8f1a4d9a5b56f0dbd0e3ea2;hp=44f30239c1650877f8f1a4d9a5b56f0dbd0e3ea2;p=tinc Attempt to make the test suite work with Windows executables. The test suite still assumes a POSIX shell to run the tests, but now handles the case when the executables themselves are (cross-)compiled for Windows, with a .exe extension. Also, DOS line endings must be converted to UNIX line endings in some cases. Some tests now pass on Linux+Wine, but others do not, mainly due to Wine not handling services very well. ---