|
From: Linda K. <lin...@hp...> - 2013-08-27 18:01:06
|
Yikes! How did that ever work. Looks good.
-- ljk
On 08/21/13 12:23, Jiri Jaburek wrote:
> From: Miroslav Vadkerti <mva...@re...>
>
> The option --xattr is a typo. The correct option is --xattrs.
>
> Signed-off-by: Miroslav Vadkerti <mva...@re...>
> ---
> audit-test/audit-remote/tests/remote_call.bash | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/audit-test/audit-remote/tests/remote_call.bash b/audit-test/audit-remote/tests/remote_call.bash
> index 3a6e7ad..77a4080 100755
> --- a/audit-test/audit-remote/tests/remote_call.bash
> +++ b/audit-test/audit-remote/tests/remote_call.bash
> @@ -58,7 +58,7 @@ conf_backup="/tmp/audit_conf_backup.tgz"
> # Configuration related functions
>
> remote_audit_backup() {
> - tar -cvz --xattr -f $conf_backup $audit_files
> + tar -cvz --xattrs -f $conf_backup $audit_files
> }
>
> # Configure NS to act as a server
>
|