[PATCH] git-tar-tree: do only basic tests in t/t5000-git-tar-tree.sh
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Fri, 3 Jun 2005 16:21:23 +0000 (18:21 +0200)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 3 Jun 2005 16:51:01 +0000 (09:51 -0700)
commit5b86040679626e36c12345039f6df62f4622aef2
tree84ddd626b92af3fb7a637e7811b1d398ee491873
parenta325a11b88bc13d569be1571ce559858dc224af4
[PATCH] git-tar-tree: do only basic tests in t/t5000-git-tar-tree.sh

git-tar-tree: remove tests of long path handling out of t5000-tar-tree.sh
and make test script cope with tar programs displaying file modification
date as hh:mm (newer variants show it as hh:mm:ss).

This makes the test cover only basic functionality that is expected to
be handled even by older tar programs.  Tests for long filenames (which
require pax extended headers) can be added separately.

I ran this test successfully with GNU tar 1.13, 1.14 and 1.15.1.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
t/t5000-tar-tree.sh