Skip to content

Commit 3acae29

Browse files
Michael J GruberEric Wong
authored andcommitted
t9119-git-svn-info.sh: test with svn 1.6.* as well
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 <[email protected]> Acked-by: Eric Wong <[email protected]>
1 parent b91a8a3 commit 3acae29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/t9119-git-svn-info.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ test_description='git svn info'
77
. ./lib-git-svn.sh
88

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

0 commit comments

Comments
 (0)