public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH] t9600: allow testing with cvsps 2.2, including beta versions
@ 2008-07-15  0:20 Pavel Roskin
  2008-07-15  0:31 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Roskin @ 2008-07-15  0:20 UTC (permalink / raw)
  To: git

Don't assume that unsupported versions are too old, they may be too new.

Signed-off-by: Pavel Roskin <proski@gnu•org>
---

 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
 	;;

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-07-16  7:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-15  0:20 [PATCH] t9600: allow testing with cvsps 2.2, including beta versions Pavel Roskin
2008-07-15  0:31 ` Junio C Hamano
2008-07-15  0:51   ` Pavel Roskin
2008-07-16  7:11     ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox