[sheepdog] [PATCH v2] tests/func: fix Copies output due to format change

MORITA Kazutaka morita.kazutaka at gmail.com
Thu Jan 23 06:45:48 CET 2014


At Wed, 22 Jan 2014 14:04:35 +0800,
Liu Yuan wrote:
> 
> diff --git a/tests/functional/common.rc b/tests/functional/common.rc
> index 3785bae..b304580 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 -bf-cbc -pass pass:"$(date)" -nosalt < /dev/zero 2>/dev/null
>  }

What's the intention of this change?

Thanks,

Kazutaka



More information about the sheepdog mailing list