summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorThomas Rast <trast@student.ethz.ch>2008-08-26 19:32:33 (GMT)
committerEric Wong <normalperson@yhbt.net>2008-09-05 23:58:39 (GMT)
commite9a805aa2ac18621853271e33b9aef963bf4e272 (patch)
tree84c67fa6e24f04b4938218e0336d3b9bbd0ccb51 /t
parentc9ab9ee47836b7c3d8a0c23f7b98c5f14da40c39 (diff)
downloadgit-e9a805aa2ac18621853271e33b9aef963bf4e272.zip
git-e9a805aa2ac18621853271e33b9aef963bf4e272.tar.gz
git-e9a805aa2ac18621853271e33b9aef963bf4e272.tar.bz2
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 <trast@student.ethz.ch> Acked-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 't')
-rwxr-xr-xt/t9119-git-svn-info.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/t9119-git-svn-info.sh b/t/t9119-git-svn-info.sh
index 46676bc..a70f2b9 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