Fix test_cmp_cli for extended tests
authorMatt Caswell <matt@openssl.org>
Wed, 29 Jul 2020 12:58:18 +0000 (13:58 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 30 Jul 2020 09:13:22 +0000 (10:13 +0100)
commitadf3f83e5227206a011ca1bca3ef9f63709fb96e
treeeee871a8db1baa729117410a7e8c7753df20f658
parentb8ea8d3912006223891a621a7bff19225e93469d
Fix test_cmp_cli for extended tests

The test_cmp_cli was failing in the extended tests on cross-compiled
mingw builds. This was due to the test not using wine when it should do.
The simplest solution is to just skip the test in this case.

[extended tests]

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12555)
test/recipes/81-test_cmp_cli.t