From 6b5cc16d5d2f7692e4ae326840952c0ea14281db Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Fri, 23 Sep 2011 13:17:05 +0200 Subject: [PATCH] use -r instead of -e to please solaris test --- lib/hcrypto/test_crypto.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hcrypto/test_crypto.in b/lib/hcrypto/test_crypto.in index 51b4da442..f24ef266e 100644 --- a/lib/hcrypto/test_crypto.in +++ b/lib/hcrypto/test_crypto.in @@ -95,7 +95,7 @@ done # RAND_file_name() when the enviroment is lacking those. # -if [ -e /dev/random -o -e /dev/urandom -o -e /dev/srandom -o -e /dev/arandom ] ; then +if [ -r /dev/random -o -r /dev/urandom -o -r /dev/srandom -o -r /dev/arandom ] ; then # try hard to unset HOME and RANDFILE HOME= -- 2.11.4.GIT