]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
tests: more deterministic xattr07
authorPavel Raiskup <praiskup@redhat.com>
Mon, 28 Nov 2016 08:01:03 +0000 (09:01 +0100)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 16 Nov 2017 12:45:01 +0000 (14:45 +0200)
* tests/xattr07.at: Define order of files within tested archive.

tests/xattr07.at

index ff1e5a9d5515c4187e9341da371bf11bd1af60a4..3a97118dcdf26eae55ecc78e4a74618527192131 100644 (file)
@@ -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