Don't assume that unsupported versions are too old, they may be too new. Signed-off-by: Pavel Roskin <proski@xxxxxxx> --- t/t9600-cvsimport.sh | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/t/t9600-cvsimport.sh b/t/t9600-cvsimport.sh index 655f882..f92b47a 100755 --- a/t/t9600-cvsimport.sh +++ b/t/t9600-cvsimport.sh @@ -20,13 +20,15 @@ cvsps_version=`cvsps -h 2>&1 | sed -ne 's/cvsps version //p'` case "$cvsps_version" in 2.1) ;; +2.2*) + ;; '') say 'skipping cvsimport tests, cvsps not found' test_done exit ;; *) - say 'skipping cvsimport tests, cvsps too old' + say 'skipping cvsimport tests, unsupported cvsps version' test_done exit ;; -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html