X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=tests%2Ftest-errno.c;h=8d0071741f2c5d1e7d99f27864e31864c74175a5;hb=da4867d2a6a43f55b0339e06aba975b50b60a570;hp=d9a030f4483d80ecfa321f4a41f60bf3969d6b7e;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/tests/test-errno.c b/tests/test-errno.c index d9a030f44..8d0071741 100644 --- a/tests/test-errno.c +++ b/tests/test-errno.c @@ -98,6 +98,8 @@ int e115 = EINPROGRESS; int e116 = ESTALE; int e122 = EDQUOT; int e125 = ECANCELED; +int e130 = EOWNERDEAD; +int e131 = ENOTRECOVERABLE; /* Don't verify that these errno values are all different, except for possibly EWOULDBLOCK == EAGAIN. Even Linux/x86 does not pass this check: it has