Ping, I re-evaluated this issue again during work on back-patching.

Pavel

On Monday, November 28, 2016 9:01:03 AM CEST Pavel Raiskup wrote:
> * tests/xattr07.at: Define order of files within tested archive.
> ---
>  tests/xattr07.at | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/xattr07.at b/tests/xattr07.at
> index a834981..47d54b8 100644
> --- a/tests/xattr07.at
> +++ b/tests/xattr07.at
> @@ -36,7 +36,7 @@ setfattr -n user.test -v OurDirValue dir
>  setfattr -n user.test -v OurFileValue dir/file
>  setfattr -n user.test -v OurFileValue dir/file2
>  
> -tar --xattrs -cf archive.tar dir
> +tar --xattrs --no-recursion -cf archive.tar dir dir/file dir/file2
>  
>  setfattr -n user.test -v OurDirValue2 dir
>  setfattr -n user.test -v OurFileValue2 dir/file


Reply via email to