Re: [PATCH 1/2] test-lib: group system specific FIFO tests by system

2017-09-15 Thread Johannes Schindelin
Hi Michael, On Fri, 15 Sep 2017, Michael J Gruber wrote: > Johannes Schindelin venit, vidit, dixit 15.09.2017 00:21: > > > > On Thu, 14 Sep 2017, Michael J Gruber wrote: > > > >> test-lib determines whether a file-system supports FIFOs and needs to do > >> special casing for CYGWIN and MINGW.

Re: [PATCH 1/2] test-lib: group system specific FIFO tests by system

2017-09-15 Thread Ramsay Jones
On 15/09/17 11:31, Michael J Gruber wrote: > Johannes Schindelin venit, vidit, dixit 15.09.2017 00:21: >> Hi Michael, >> >> On Thu, 14 Sep 2017, Michael J Gruber wrote: >> >>> test-lib determines whether a file-system supports FIFOs and needs to do >>> special casing for CYGWIN and MINGW. This

Re: [PATCH 1/2] test-lib: group system specific FIFO tests by system

2017-09-15 Thread Michael J Gruber
Johannes Schindelin venit, vidit, dixit 15.09.2017 00:21: > Hi Michael, > > On Thu, 14 Sep 2017, Michael J Gruber wrote: > >> test-lib determines whether a file-system supports FIFOs and needs to do >> special casing for CYGWIN and MINGW. This separates those system >> specific settings from

Re: [PATCH 1/2] test-lib: group system specific FIFO tests by system

2017-09-14 Thread Johannes Schindelin
Hi Michael, On Thu, 14 Sep 2017, Michael J Gruber wrote: > test-lib determines whether a file-system supports FIFOs and needs to do > special casing for CYGWIN and MINGW. This separates those system > specific settings from those at more central place. > > Set mkfifo() to false in the central

[PATCH 1/2] test-lib: group system specific FIFO tests by system

2017-09-14 Thread Michael J Gruber
test-lib determines whether a file-system supports FIFOs and needs to do special casing for CYGWIN and MINGW. This separates those system specific settings from those at more central place. Set mkfifo() to false in the central system specific place so that the same test works everywhere.