Hi,

when the tests for tar are run on an ext3 fs, the order of the files in archive is different from the expected order.
I have changed the line
cat archive | tar xfv -
to
cat archive | tar xfv - | sort 2> /dev/null
to solve the problem.

Regards
Andreas



_______________________________________________
Bug-tar mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-tar

Reply via email to