Testsuite bugfix

* tests/difflink.at: Define order of files within tested archive.
This commit is contained in:
Sergey Poznyakoff
2018-03-13 09:59:11 +02:00
parent 2b7fc4aee9
commit 847a36f064

View 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