From: Thomas Rast Date: Tue, 26 Aug 2008 19:32:33 +0000 (+0200) Subject: git svn info: tests: do not use set -e X-Git-Tag: v1.6.1-rc1~269^2~8 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=e9a805aa2ac18621853271e33b9aef963bf4e272;p=git.git git svn info: tests: do not use set -e Exiting in the middle of a test confuses the test suite, which will just say "FATAL: Unexpected exit with code 1" in response to a failed test, instead of actually diagnosing failure and continuing with the next test. Signed-off-by: Thomas Rast Acked-by: Eric Wong --- diff --git a/t/t9119-git-svn-info.sh b/t/t9119-git-svn-info.sh index 46676bc05..a70f2b9af 100755 --- a/t/t9119-git-svn-info.sh +++ b/t/t9119-git-svn-info.sh @@ -6,8 +6,6 @@ test_description='git-svn info' . ./lib-git-svn.sh -set -e - # Tested with: svn, version 1.4.4 (r25188) v=`svn --version | sed -n -e 's/^svn, version \(1\.[0-9]*\.[0-9]*\).*$/\1/p'` case $v in