]> git.ipfire.org Git - thirdparty/git.git/commit
t9157-*.sh: Make the svn version check more precise
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Mon, 10 Jan 2011 23:21:26 +0000 (23:21 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Jan 2011 21:01:43 +0000 (13:01 -0800)
commit7fad99e14af6da89efe0d078e19ac8b7c02a3b5d
tree9cd0971d3164d1c9935015ce72cf13b8921d0451
parenta6fd3d4925ca3629e7edc73a60f5e1c50c1d5390
t9157-*.sh: Make the svn version check more precise

These tests require an svn version 1.5 or newer to run correctly.
In particular, all 1.4.x versions and earlier are too old, so fix
up the case label regex to cover this range exactly.

[Fix provided by Anders Kaseorg <andersk@MIT.EDU>]

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9157-git-svn-fetch-merge.sh