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:
Pavel Raiskup 2016-11-28 08:36:56 +01:00
parent a63c5cbdf9
commit 039b671719

View File

@ -175,7 +175,7 @@ index 0000000..a834981
+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