Skip to content

Commit

Permalink
git svn info: tests: let 'init' test run with SVN 1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Acked-by: Eric Wong <normalperson@yhbt.net>
  • Loading branch information
Thomas Rast authored and Eric Wong committed Sep 5, 2008
1 parent 2cb6110 commit c9ab9ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/t9119-git-svn-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit c9ab9ee

Please sign in to comment.