Re: [PATCH as/check-ignore] t0007: fix tests on Windows

2012-11-08 Thread Jeff King
On Sun, Nov 04, 2012 at 10:07:54PM +0100, Johannes Sixt wrote: > The value of $global_excludes is sometimes part of the output > that is tested for. Since git on Windows only sees DOS style paths, > we have to ensure that the "expected" values are constructed in > the same manner. To account for t

[PATCH as/check-ignore] t0007: fix tests on Windows

2012-11-04 Thread Johannes Sixt
The value of $global_excludes is sometimes part of the output that is tested for. Since git on Windows only sees DOS style paths, we have to ensure that the "expected" values are constructed in the same manner. To account for this, use $(pwd) to set the value of global_excludes. Additionally, add