]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Testsuite bugfix
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 13 Mar 2018 07:59:11 +0000 (09:59 +0200)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 13 Mar 2018 07:59:11 +0000 (09:59 +0200)
* tests/difflink.at: Define order of files within tested archive.

tests/difflink.at

index eadfb088231a65ea1a2a5ceaf94e0f879bd1d14d..4e0117604363deb2c5a4b67e5d830baed5be456b 100644 (file)
@@ -21,7 +21,7 @@ mkdir a
 genfile -f a/x
 ln -s x a/y
 ln a/y a/z
-tar cf a.tar a
+tar cf a.tar a/x a/y a/z
 rm a/z
 ln -s x a/z
 tar df a.tar