Code

git-svn: exit with status 1 for test failures
authorEric Wong <normalperson@yhbt.net>
Sat, 25 Nov 2006 06:38:18 +0000 (22:38 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 13 Dec 2006 09:48:44 +0000 (01:48 -0800)
commitb42a044f5942c64bbc94aa2f4637d8290748e634
treefdc074a8265fe200e8f6ccf1505984ccf46e1207
parent0d7a6e4ef9e2dc458a9a56ab73638d97f4e75d87
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