Don't break testing when runnins as root
authorRichard Levitte <levitte@openssl.org>
Mon, 29 Jan 2018 05:14:53 +0000 (06:14 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 29 Jan 2018 11:51:22 +0000 (12:51 +0100)
commit98ade24200f127a158b60bc736390c587cdd3dfb
treeb8c90749a281f45d0ac0aa00db3740b1da78cd5d
parent20928ff635772182fe8696d618a19f9101a5370f
Don't break testing when runnins as root

The rehash test broke the test if run by root.  Instead, just skip the
check that requires non-root to be worth it.

Fixes #4387

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5184)
test/recipes/40-test_rehash.t