Ignore SIGPIPE
When the child process in tests/_client.lua breaks and exits (for example: Remove the call to Gtk.main), we get a broken pipe. When trying to write to the pipe that connects awesome to the child process, we get a SIGPIPE signal that causes awesome to exit without any good error message. Fix this by ignoring SIGPIPE. We do not want to be killed by it anyway. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
6c3ac979a4
commit
4c322a613f
Loading…
Reference in New Issue