X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9119-git-svn-info.sh;h=a9a558d292231bd4b372552df0364c63ece25299;hb=4503bd5c3732b142667e14d214c21c46e8f3eeaa;hp=95741cbbac6bf2e59531bbe1f9527ce4596fa904;hpb=990169b9b19b2a4e837127c6b8678d6bdf44c609;p=git.git diff --git a/t/t9119-git-svn-info.sh b/t/t9119-git-svn-info.sh index 95741cbba..a9a558d29 100755 --- a/t/t9119-git-svn-info.sh +++ b/t/t9119-git-svn-info.sh @@ -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)"