issue/863: add 8 testcases

This commit is contained in:
Tomoki Shirasawa
2018-03-23 14:48:18 +09:00
parent 535e3f3af6
commit 309da8fc53
23 changed files with 897 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ void
sig(int s)
{
fprintf(stderr, "kill SIGTERM (ignored)\n");
kill(pid, SIGURG);
kill(pid, SIGTERM);
}
void