git svn info: tests: let 'init' test run with SVN 1.5

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Acked-by: Eric Wong <normalperson@yhbt.net>
This commit is contained in:
Thomas Rast 2008-08-26 21:32:32 +02:00 committed by Eric Wong
parent 2cb611054a
commit c9ab9ee478

View File

@ -9,9 +9,9 @@ test_description='git-svn info'
set -e
# Tested with: svn, version 1.4.4 (r25188)
v=`svn --version | sed -n -e 's/^svn, version \(1\.4\.[0-9]\).*$/\1/p'`
v=`svn --version | sed -n -e 's/^svn, version \(1\.[0-9]*\.[0-9]*\).*$/\1/p'`
case $v in
1.4.*)
1.[45].*)
;;
*)
say "skipping svn-info test (SVN version: $v not supported)"