From: Eric Wong Date: Sat, 25 Nov 2006 06:38:18 +0000 (-0800) Subject: git-svn: exit with status 1 for test failures X-Git-Tag: v1.4.4.3~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b42a044f5942c64bbc94aa2f4637d8290748e634?ds=inline;hp=b42a044f5942c64bbc94aa2f4637d8290748e634 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 Signed-off-by: Junio C Hamano ---