We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3867906 commit 0eaadfeCopy full SHA for 0eaadfe
1 file changed
t/lib-cvs.sh
@@ -11,7 +11,6 @@ if ! type cvs >/dev/null 2>&1
11
then
12
say 'skipping cvsimport tests, cvs not found'
13
test_done
14
- exit
15
fi
16
17
CVS="cvs -f"
@@ -24,12 +23,10 @@ case "$cvsps_version" in
24
23
'')
25
say 'skipping cvsimport tests, cvsps not found'
26
27
28
;;
29
*)
30
say 'skipping cvsimport tests, unsupported cvsps version'
31
32
33
34
esac
35
0 commit comments