Skip to content

Commit

Permalink
t9600: allow testing with cvsps 2.2, including beta versions
Browse files Browse the repository at this point in the history
We've supported cvsps 2.1 so far.  Newer 2.2b1 (beta) seems to work with
us, too.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Pavel Roskin authored and Junio C Hamano committed Jul 15, 2008
1 parent 547905f commit a271b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/t9600-cvsimport.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ fi

cvsps_version=`cvsps -h 2>&1 | sed -ne 's/cvsps version //p'`
case "$cvsps_version" in
2.1)
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
;;
Expand Down

0 comments on commit a271b2a

Please sign in to comment.