Fix the rehash test on Windows
authorMatt Caswell <matt@openssl.org>
Tue, 22 Sep 2015 14:16:29 +0000 (15:16 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 22 Sep 2015 22:27:33 +0000 (23:27 +0100)
commit1556d21850aabf31c554d3c6de2363979a965a9f
tree3c7727cb79d9492d2a5cf4c1e3d9be31b550ed10
parente15a18de96b8c948cc69df35aba7e1e245f6c999
Fix the rehash test on Windows

The openssl rehash command is not available on some platforms including
Windows. This change skips the associated tests if rehash is not available.

Reviewed-by: Richard Levitte <levitte@openssl.org>
test/recipes/40-test_rehash.t