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