* 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 -- 2.9.3