Linus Torvalds schrieb:
On Thu, 2 Jun 2005, Rene Scharfe wrote:
quoted
git-tar-tree: add a simple test case.
I get:
* FAIL 6: extract tar archive (cd b && tar xf -) <b.tar
* FAIL 7: validate filenames (cd b/a && find .) | sort >b.lst &&
* FAIL 8: validate file contents diff -r a b/a
* FAIL 11: validate filenames with prefix (cd c/prefix/a && find .) | sort >c.lst &&
* FAIL 12: validate file contents with prefix diff -r a c/prefix/a
What version of tar do you use? Also, can you please send me the output
the following?
cd t; sh t5000-tar-tree.sh; cd trash; tar tvf b.tar
Thanks,
Rene