]> git.ipfire.org Git - thirdparty/git.git/commit - t/t4201-shortlog.sh
t4201 (shortlog): guard setup with test_expect_success
authorJonathan Nieder <jrnieder@gmail.com>
Tue, 4 May 2010 02:57:36 +0000 (21:57 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 May 2010 22:29:54 +0000 (15:29 -0700)
commitae00dc191a8da2309a6d7c68a254ede1357d877d
tree462239440704c3e64ada69f92deb80a0e3f560c5
parent02646fe55dbbbdd8559f7ed2f38385ffb6b9571c
t4201 (shortlog): guard setup with test_expect_success

Follow the current prevailing style.  This also has the benefit of
capturing any stray output and noticing if any of the setup commands
start failing.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4201-shortlog.sh