[sheepdog] [PATCH] tests/func: remove --nosalt for openssl
Liu Yuan
namei.unix at gmail.com
Thu Jan 23 08:06:35 CET 2014
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>
---
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.1.2
More information about the sheepdog
mailing list