]> git.ipfire.org Git - thirdparty/git.git/commit
Add a test to check that git ls-tree sets non-zero exit code on error.
authorJon Seymour <jon.seymour@gmail.com>
Sun, 24 Jul 2011 14:59:13 +0000 (00:59 +1000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Jul 2011 18:48:24 +0000 (11:48 -0700)
commit6c1c14480ddf912fca5e09a6a7e66dee7793d2ea
tree27210e15fddd4047536835a4c5c65b7fb2595253
parentf696543dad6c7ba27b0c4fab167a5687263a9ba0
Add a test to check that git ls-tree sets non-zero exit code on error.

Expected to fail at this commit, fixed by subsequent commit.

Additional tests of adhoc or uncategorised nature should be added to this
file.

Improved-by: Jens Lehmann <Jens.Lehmann@web.de>
Improved-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Jon Seymour <jon.seymour@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3103-ls-tree-misc.sh [new file with mode: 0755]