Skip to content

Commit

Permalink
t/t9600: remove exit after test_done
Browse files Browse the repository at this point in the history
This cherry-picks part of 5dba359

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Apr 5, 2009
1 parent 3867906 commit 0eaadfe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions t/lib-cvs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

Expand Down

0 comments on commit 0eaadfe

Please sign in to comment.