t1010-mktree: Adjust expected result to code and documentation
commit53b3c47d64b4294ae586d1daa04f9140dadd9ae6
authorMichael J Gruber <git@drmicha.warpmail.net>
Thu, 15 Apr 2010 09:34:07 +0000 (15 11:34 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Apr 2010 17:30:00 +0000 (17 10:30 -0700)
tree91130b8557af5338b287753b7c2349796731e449
parent21798708031ed808cb77232e771e20d3146cf9c8
t1010-mktree: Adjust expected result to code and documentation

The last two tests here were always supposed to fail in the sense
that, according to code and documentation, mktree should read non-recursive
ls-tree output, but not recursive one, and therefore explicitely refuses
to deal with slashes.

Adjust the test (must_fail) so that it succeeds when mktree dies on
slashes.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1010-mktree.sh