test-lib: Set is_mingw on MinGW
commite1d3b40b7e7addc8adc065c99d7affa7611e2428
authorSteffen Prohaska <prohaska@zib.de>
Sun, 13 Apr 2008 10:18:32 +0000 (13 12:18 +0200)
committerSteffen Prohaska <prohaska@zib.de>
Sun, 13 Apr 2008 11:54:11 +0000 (13 13:54 +0200)
tree4a58306a617aecdcc0e8686117b6eb570a83bdb9
parent0b4d5c6b39bb6e3dfeeddc71d1c86c30f25196bd
test-lib: Set is_mingw on MinGW

We need to skip some tests on MinGW because they test features that
are not available on Windows.  This commit adds a shell variable
is_mingw.  You can test is_mingw to skip a test only on MinGW.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
t/test-lib.sh