Re: [PATCH] tests: avoid failing coreutils tests on cygwin

2010-12-31 Thread Eric Blake
On 12/30/2010 05:07 PM, Paul Eggert wrote: > On 12/30/2010 01:24 PM, Eric Blake wrote: >> If you like it, I'll >> push to gnulib first and then synchronize coreutils to the latest. > > Either order is fine, thanks, but we should try to keep them in sync. I've now pushed to gnulib, and am working

Re: [PATCH] tests: avoid failing coreutils tests on cygwin

2010-12-30 Thread Paul Eggert
On 12/30/2010 01:24 PM, Eric Blake wrote: > If you like it, I'll > push to gnulib first and then synchronize coreutils to the latest. Either order is fine, thanks, but we should try to keep them in sync.

[PATCH] tests: avoid failing coreutils tests on cygwin

2010-12-30 Thread Eric Blake
* tests/init.sh (find_exe_basenames_): Exempt [.exe. (create_exe_shims_): Return 0 when skipping. --- This lets me get to the point where the few remaining test failures of coreutils testsuite on cygwin are worth investigating individually, rather than failing almost everything up front. If you l