Skip to content

Commit

Permalink
t9119-git-svn-info.sh: test with svn 1.6.* as well
Browse files Browse the repository at this point in the history
All tests in t9119 were disabled for subversion versions other than
1.[45].*. Make the test script run with subversion 1.[456].*.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Acked-by: Eric Wong <normalperson@yhbt.net>
  • Loading branch information
Michael J Gruber authored and Eric Wong committed Mar 4, 2010
1 parent b91a8a3 commit 3acae29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/t9119-git-svn-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ test_description='git svn info'
. ./lib-git-svn.sh

# Tested with: svn, version 1.4.4 (r25188)
# Tested with: svn, version 1.6.[12345689]
v=`svn_cmd --version | sed -n -e 's/^svn, version \(1\.[0-9]*\.[0-9]*\).*$/\1/p'`
case $v in
1.[45].*)
1.[456].*)
;;
*)
say "skipping svn-info test (SVN version: $v not supported)"
Expand Down

0 comments on commit 3acae29

Please sign in to comment.