Hi Junio,
On Tue, 26 Jan 2016, Junio C Hamano wrote:
> Johannes Schindelin writes:
>
> > @@ -181,7 +180,8 @@ test_expect_success "$name" '
> > name="commit with UTF-8 message: locale: $GIT_SVN_LC_ALL"
> > LC_ALL="$GIT_SVN_LC_ALL"
> > export LC_ALL
> > -test_expect_success UTF8 "$name" "
> >
Johannes Schindelin writes:
> @@ -181,7 +180,8 @@ test_expect_success "$name" '
> name="commit with UTF-8 message: locale: $GIT_SVN_LC_ALL"
> LC_ALL="$GIT_SVN_LC_ALL"
> export LC_ALL
> -test_expect_success UTF8 "$name" "
> +# This test relies on the previous test, hence requires POSIXPERM,SYML
Many a test requires either POSIXPERM (to change the executable bit) or
SYMLINKS, and neither are available on Windows.
This lets t9100-git-svn-basic.sh pass in Git for Windows' SDK.
Signed-off-by: Johannes Schindelin
---
t/t9100-git-svn-basic.sh | 18 +-
1 file changed, 9 inser
3 matches
Mail list logo