]> granicus.if.org Git - re2c/commit
Fixed #141 "Tests under Windows".
authorUlya Trofimovich <skvadrik@gmail.com>
Fri, 29 Apr 2016 07:16:12 +0000 (08:16 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Sun, 30 Jul 2017 10:48:31 +0000 (11:48 +0100)
commiteb58cfee715b0af57417683227f5c251b3198a13
tree9b8cb266754b5be247f10596cd495b05ba3545a5
parentcb6d309cc3f840ad1f7b07611d45de7c8fbcfe85
Fixed #141 "Tests under Windows".

Thanks to Abs62, who noted that under Windows (in MSYS) tests fail
because '2>"$outc.stderr"' dumps CRLF to file instead of LF
and proposed a fix:
    sed -i 's/\r//g' "$outc.stderr"
re2c/run_tests.sh.in