瀏覽代碼

tests: more deterministic xattr07

* tests/xattr07.at: Define order of files within tested archive.
Pavel Raiskup 8 年之前
父節點
當前提交
22093ad2b6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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