X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-raise.c;h=e7cfcb995fe751f5dab69b0cf815411ab426efdf;hb=025f7741264a170d2a87c30370bc4b96b256f3b4;hp=79a1af0c53b02b39488461d0d041dcfe4874b405;hpb=3cab861e90cc830e108af9581884e26b3c45ce21;p=gnulib.git diff --git a/tests/test-raise.c b/tests/test-raise.c index 79a1af0c5..e7cfcb995 100644 --- a/tests/test-raise.c +++ b/tests/test-raise.c @@ -1,5 +1,5 @@ /* Test raising a signal. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -39,7 +39,6 @@ main (void) { /* Test behaviour for invalid argument. */ ASSERT (raise (-1) != 0); - ASSERT (raise (199) != 0); /* Test behaviour for SIGINT. */ ASSERT (signal (SIGINT, handler) != SIG_ERR);