]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #22404 - semarie:signal_reported_right, r=aturon
authorManish Goregaokar <manishsmail@gmail.com>
Tue, 17 Feb 2015 10:21:18 +0000 (15:51 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Tue, 17 Feb 2015 12:03:19 +0000 (17:33 +0530)
commit1a1ac6c1abea03154b510d4788f4f4192a639955
treec2b286d90b81d2e0441f2ef90d973b7bb4ba94ee
parent5e0adf2401b6fab9bcd79070a096957783fbcc9d
parent5a6ea7a0716e9b6e10655b62d893a973b7c43ad8
Rollup merge of #22404 - semarie:signal_reported_right, r=aturon

 The test \"signal_reported_right\" send a signal `1` to `/bin/sh`, and check
the status code to check if the signal is reported right.

Under OpenBSD, the signal `1` (`SIGHUP`) is catched by `/bin/sh`,
resulting the test failed.

Use the uncatchable signal `9` (`SIGKILL`) for test.