summaryrefslogtreecommitdiff
path: root/t/lib-cvs.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-04-05 08:40:50 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-04-05 08:40:50 (GMT)
commit0eaadfe625fdb9fe9e469413b5e295f6c2ac46ad (patch)
tree2abf764689a3b064290bd37760a19576d9bfc91a /t/lib-cvs.sh
parent3867906b376638cdba6be86755db1d1268ab89c9 (diff)
downloadgit-0eaadfe625fdb9fe9e469413b5e295f6c2ac46ad.zip
git-0eaadfe625fdb9fe9e469413b5e295f6c2ac46ad.tar.gz
git-0eaadfe625fdb9fe9e469413b5e295f6c2ac46ad.tar.bz2
t/t9600: remove exit after test_done
This cherry-picks part of 5dba35912474770d0df45ed801d78c4c9ed5e949 Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/lib-cvs.sh')
-rw-r--r--t/lib-cvs.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/lib-cvs.sh b/t/lib-cvs.sh
index 1f73c07..4b3b793 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