From: Junio C Hamano Date: Sun, 5 Apr 2009 08:40:50 +0000 (-0700) Subject: t/t9600: remove exit after test_done X-Git-Tag: v1.6.5-rc0~127^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0eaadfe625fdb9fe9e469413b5e295f6c2ac46ad;p=git.git t/t9600: remove exit after test_done This cherry-picks part of 5dba35912474770d0df45ed801d78c4c9ed5e949 Signed-off-by: Junio C Hamano --- diff --git a/t/lib-cvs.sh b/t/lib-cvs.sh index 1f73c07df..4b3b79373 100644 --- a/t/lib-cvs.sh +++ b/t/lib-cvs.sh @@ -11,7 +11,6 @@ if ! type cvs >/dev/null 2>&1 then say 'skipping cvsimport tests, cvs not found' test_done - exit fi CVS="cvs -f" @@ -24,12 +23,10 @@ case "$cvsps_version" in '') say 'skipping cvsimport tests, cvsps not found' test_done - exit ;; *) say 'skipping cvsimport tests, unsupported cvsps version' test_done - exit ;; esac