summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b91a8a3)
raw | patch | inline | side by side (parent: b91a8a3)
author | Michael J Gruber <git@drmicha.warpmail.net> | |
Wed, 3 Mar 2010 20:34:32 +0000 (21:34 +0100) | ||
committer | Eric Wong <normalperson@yhbt.net> | |
Thu, 4 Mar 2010 09:45:15 +0000 (01:45 -0800) |
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>
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>
t/t9119-git-svn-info.sh | patch | blob | history |
index 95741cbbac6bf2e59531bbe1f9527ce4596fa904..a9a558d292231bd4b372552df0364c63ece25299 100755 (executable)
--- a/t/t9119-git-svn-info.sh
+++ b/t/t9119-git-svn-info.sh
. ./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)"