tests: remove exit after test_done call

test_done always exits, so this line is never executed.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jeff King
2009-04-03 15:31:10 -04:00
committed by Junio C Hamano
parent f3a186ffad
commit 5dba359124
17 changed files with 0 additions and 26 deletions

View File

@ -7,7 +7,6 @@ if test -n "$NO_SVN_TESTS"
then
say 'skipping git svn tests, NO_SVN_TESTS defined'
test_done
exit
fi
GIT_DIR=$PWD/.git
@ -19,7 +18,6 @@ if test $? -ne 1
then
say 'skipping git svn tests, svn not found'
test_done
exit
fi
svnrepo=$PWD/svnrepo
@ -43,7 +41,6 @@ then
fi
say "$err"
test_done
exit
fi
rawsvnrepo="$svnrepo"
@ -144,7 +141,6 @@ require_svnserve () {
then
say 'skipping svnserve test. (set $SVNSERVE_PORT to enable)'
test_done
exit
fi
}