Skip to content

Commit 0eaadfe

Browse files
committed
t/t9600: remove exit after test_done
This cherry-picks part of 5dba359 Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3867906 commit 0eaadfe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

t/lib-cvs.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ if ! type cvs >/dev/null 2>&1
1111
then
1212
say 'skipping cvsimport tests, cvs not found'
1313
test_done
14-
exit
1514
fi
1615

1716
CVS="cvs -f"
@@ -24,12 +23,10 @@ case "$cvsps_version" in
2423
'')
2524
say 'skipping cvsimport tests, cvsps not found'
2625
test_done
27-
exit
2826
;;
2927
*)
3028
say 'skipping cvsimport tests, unsupported cvsps version'
3129
test_done
32-
exit
3330
;;
3431
esac
3532

0 commit comments

Comments
 (0)