Hi Karsten,
On Thu, 30 May 2013, Karsten Blees wrote:
> Am 25.05.2013 21:16, schrieb Pat Thoyts:
> > On that note -- with this merge as it now stands I get the following
> > test failures:
> >
> > t0008-ignores.sh 155, 158, 162, 164
>
> These tests fail because they use absolute paths, e.g.
> "C:/.../global-excludes", which is then translated to
> "C<NUL>/.../global-excludes". Can be fixed like so:
>
> --- 8< ---
> --- a/t/t0008-ignores.sh
> +++ b/t/t0008-ignores.sh
> @@ -5,7 +5,7 @@ test_description=check-ignore
> . ./test-lib.sh
>
> init_vars () {
> - global_excludes="$(pwd)/global-excludes"
> + global_excludes="global-excludes"
> }
>
> enable_global_excludes () {
> ---
Since I do not have time for the lengthy, undirected discussion upstream
seems to want to start, let's make your change, but only conditional on
MINGW?
Ciao,
Dscho
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html