git-svn: exit with status 1 for test failures
commitd25c26e771fdf771f264dc85be348719886d354f
authorEric Wong <normalperson@yhbt.net>
Sat, 25 Nov 2006 06:38:18 +0000 (24 22:38 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 25 Nov 2006 07:17:00 +0000 (24 23:17 -0800)
tree6b2f35b8f56093093d54ba029c0b70f73a17d645
parent747fa12cef73b6ca04fffaddaad7326cf546cdea
git-svn: exit with status 1 for test failures

Some versions of the SVN libraries cause die() to exit with 255,
and 40cf043389ef4cdf3e56e7c4268d6f302e387fa0 tightened up
test_expect_failure to reject return values >128.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl