[sheepdog] [PATCH stable-0.7] tests/func: remove --nosalt for openssl
Hitoshi Mitake
mitake.hitoshi at gmail.com
Fri Jan 24 16:33:05 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 73b640d..56d8f7d 100644
--- a/tests/functional/common.rc
+++ b/tests/functional/common.rc
@@ -482,7 +482,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