From: Sergey Poznyakoff Date: Tue, 13 Mar 2018 07:59:11 +0000 (+0200) Subject: Testsuite bugfix X-Git-Tag: release_1_31~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=847a36f064efed676ae007b1def3c0db364cdddb;p=thirdparty%2Ftar.git Testsuite bugfix * tests/difflink.at: Define order of files within tested archive. --- diff --git a/tests/difflink.at b/tests/difflink.at index eadfb088..4e011760 100644 --- a/tests/difflink.at +++ b/tests/difflink.at @@ -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