Explorar el Código

tests: more deterministic xattr07

* tests/xattr07.at: Define order of files within tested archive.
Pavel Raiskup hace 8 años
padre
commit
22093ad2b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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