t/t9600: remove exit after test_done
This cherry-picks part of 5dba359124
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
3867906b37
commit
0eaadfe625
@ -11,7 +11,6 @@ if ! type cvs >/dev/null 2>&1
|
|||||||
then
|
then
|
||||||
say 'skipping cvsimport tests, cvs not found'
|
say 'skipping cvsimport tests, cvs not found'
|
||||||
test_done
|
test_done
|
||||||
exit
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CVS="cvs -f"
|
CVS="cvs -f"
|
||||||
@ -24,12 +23,10 @@ case "$cvsps_version" in
|
|||||||
'')
|
'')
|
||||||
say 'skipping cvsimport tests, cvsps not found'
|
say 'skipping cvsimport tests, cvsps not found'
|
||||||
test_done
|
test_done
|
||||||
exit
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
say 'skipping cvsimport tests, unsupported cvsps version'
|
say 'skipping cvsimport tests, unsupported cvsps version'
|
||||||
test_done
|
test_done
|
||||||
exit
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user