summaryrefslogtreecommitdiff
path: root/t/t9200-git-cvsexportcommit.sh
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2009-04-03 19:31:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-04-05 07:38:26 (GMT)
commit5dba35912474770d0df45ed801d78c4c9ed5e949 (patch)
treed61db4853ccf89f7ef30bb28ef50b28116a1fe57 /t/t9200-git-cvsexportcommit.sh
parentf3a186ffade15f793ea17713a10e10ec4f26ff11 (diff)
downloadgit-5dba35912474770d0df45ed801d78c4c9ed5e949.zip
git-5dba35912474770d0df45ed801d78c4c9ed5e949.tar.gz
git-5dba35912474770d0df45ed801d78c4c9ed5e949.tar.bz2
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>
Diffstat (limited to 't/t9200-git-cvsexportcommit.sh')
-rwxr-xr-xt/t9200-git-cvsexportcommit.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t9200-git-cvsexportcommit.sh b/t/t9200-git-cvsexportcommit.sh
index 995f607..3665692 100755
--- a/t/t9200-git-cvsexportcommit.sh
+++ b/t/t9200-git-cvsexportcommit.sh
@@ -11,7 +11,6 @@ if test $? -ne 1
then
say 'skipping git cvsexportcommit tests, cvs not found'
test_done
- exit
fi
CVSROOT=$(pwd)/cvsroot