Don't run test_conf in cross compiled builds
authorMatt Caswell <matt@openssl.org>
Mon, 23 Dec 2019 14:39:57 +0000 (14:39 +0000)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Thu, 26 Dec 2019 11:13:06 +0000 (12:13 +0100)
commitf798c27958cd3e92ee242e206a0074bd2d7423df
tree27e9fd6b272ad29a2a060fd2811d88d501ea51c7
parentf3fdfbf78c6bfc97abf9c70b03859a28ebf6b66d
Don't run test_conf in cross compiled builds

test_conf was failing in travis for mingw builds. We run these on linux
via wine. However due to line break differences the tests were failing.
We just skip these in a cross compiled build.

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/10689)
test/recipes/04-test_conf.t