Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Teach the --all option to 'git fetch'
[gitweb.git]
/
t
/
lib-cvs.sh
diff --git
a/t/lib-cvs.sh
b/t/lib-cvs.sh
index 1f73c07df8573aa356fbc17109bc44a387455343..4b3b793730604e5b513c5017f39f4560b3083338 100644
(file)
--- a/
t/lib-cvs.sh
+++ b/
t/lib-cvs.sh
@@
-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"
@@
-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