Explorar el Código

Testsuite bugfix

* tests/difflink.at: Define order of files within tested archive.
Sergey Poznyakoff hace 7 años
padre
commit
847a36f064
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/difflink.at

+ 1 - 1
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