tests: fix undefined order of files in archive
Reproduced in Koji:
https://kojipkgs.fedoraproject.org//work/tasks/3935/16653935/build.log
Complements: a63c5cbdf9
Related: rhbz#1399036
Version: 1.29-3
This commit is contained in:
parent
a63c5cbdf9
commit
039b671719
@ -175,7 +175,7 @@ index 0000000..a834981
|
|||||||
+setfattr -n user.test -v OurFileValue dir/file
|
+setfattr -n user.test -v OurFileValue dir/file
|
||||||
+setfattr -n user.test -v OurFileValue dir/file2
|
+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 OurDirValue2 dir
|
||||||
+setfattr -n user.test -v OurFileValue2 dir/file
|
+setfattr -n user.test -v OurFileValue2 dir/file
|
||||||
|
Loading…
Reference in New Issue
Block a user