Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
ignore SIGPIPE in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Sep 16, 2011
1 parent 2640aae commit f00a5e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runner-unix.c
Expand Up @@ -65,6 +65,8 @@ void platform_init(int argc, char **argv) {
#else
strcpy(executable_path, argv[0]);
#endif

signal(SIGPIPE, SIG_IGN);
}


Expand Down

0 comments on commit f00a5e6

Please sign in to comment.