diff options
author | Bruno Haible <bruno@clisp.org> | 2011-07-09 01:59:31 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-07-09 02:00:06 +0200 |
commit | e82dcbb7d0a77ffe321b6ad839b08b2ddb2b01c2 (patch) | |
tree | f35a4086d339fa046affe84cb9e5a84b1416a99a /modules/sigprocmask-tests | |
parent | 29090434bf92407bb16b21e66a2bd5d36e1e7bd4 (diff) | |
download | gnulib-e82dcbb7d0a77ffe321b6ad839b08b2ddb2b01c2.tar.gz |
sigprocmask tests: A better way to avoid a compiler warning.
* tests/test-sigprocmask.c: Don't include "ignore-value.h".
(main): Complain if system() returns non-zero.
* modules/sigprocmask-tests (Depends-on): Remove ignore-value.
Diffstat (limited to 'modules/sigprocmask-tests')
-rw-r--r-- | modules/sigprocmask-tests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/sigprocmask-tests b/modules/sigprocmask-tests index f6c0410bea..80fcd81fea 100644 --- a/modules/sigprocmask-tests +++ b/modules/sigprocmask-tests @@ -4,7 +4,6 @@ tests/signature.h tests/macros.h Depends-on: -ignore-value sleep configure.ac: |