Browse Source

tests: more deterministic xattr07

* tests/xattr07.at: Define order of files within tested archive.
Pavel Raiskup 8 years ago
parent
commit
22093ad2b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/xattr07.at

+ 1 - 1
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