| author | Michael J Gruber <git@drmicha.warpmail.net> | |
| Thu, 15 Apr 2010 09:34:07 +0000 (11:34 +0200) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Sat, 17 Apr 2010 17:30:00 +0000 (10:30 -0700) | ||
| commit | 53b3c47d64b4294ae586d1daa04f9140dadd9ae6 | |
| tree | 91130b8557af5338b287753b7c2349796731e449 | tree | snapshot |
| parent | 21798708031ed808cb77232e771e20d3146cf9c8 | commit | diff |
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>
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 | diff | blob | history |