From 22093ad2b6c18e01d45d4c0f065c06da70491aa1 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 28 Nov 2016 09:01:03 +0100 Subject: [PATCH] tests: more deterministic xattr07 * tests/xattr07.at: Define order of files within tested archive. --- tests/xattr07.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xattr07.at b/tests/xattr07.at index ff1e5a9d..3a97118d 100644 --- a/tests/xattr07.at +++ b/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 -- 2.47.3