test-open: support mingw errno values
authorEric Blake <ebb9@byu.net>
Sat, 3 Oct 2009 04:40:01 +0000 (22:40 -0600)
committerEric Blake <ebb9@byu.net>
Sat, 3 Oct 2009 04:47:35 +0000 (22:47 -0600)
commitddf870c4d82b62ad0fbe8a202adab357c7b94a30
tree7d192c3bdeca6057c835fae55dcd678d618f2a6a
parent14b6206605af50774bc0202b7cbcce9418f8ede5
test-open: support mingw errno values

mingw has non-standard errno values for handling directory opens,
but they weren't worth working around in the gnulib modules.

* tests/test-open.h (test_open): Relax test.
* tests/test-fopen.h (test_fopen): Likewise.
* tests/test-openat-safer.c (main): Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
tests/test-fopen.h
tests/test-open.h
tests/test-openat-safer.c