[sheepdog] [PATCH stable-0.8 1/2] tests/func: remove --nosalt for openssl

Hitoshi Mitake mitake.hitoshi at gmail.com
Fri Jan 24 16:11:27 CET 2014


From: Liu Yuan <namei.unix at gmail.com>

Remove it fix a segfault on ubuntu-13.04. Though I don't know why.

Signed-off-by: Liu Yuan <namei.unix at gmail.com>
Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
---
 tests/functional/common.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/functional/common.rc b/tests/functional/common.rc
index 3785bae..d5182d3 100644
--- a/tests/functional/common.rc
+++ b/tests/functional/common.rc
@@ -486,7 +486,7 @@ _cluster_format()
 
 _random()
 {
-	openssl enc -rc4 -pass pass:"$(date)" -nosalt < /dev/zero 2>/dev/null
+	openssl enc -rc4 -pass pass:"$(date)" < /dev/zero 2>/dev/null
 }
 
 _one()
-- 
1.8.3.2




More information about the sheepdog mailing list