Commit a5f08c2
committed
Expect exact exit code -1 on Unix for re-raised SIGINT
Since up_test.go has a !windows build constraint, the process will
always die from the re-raised signal on this platform. Remove the
fallback to exit code 130 and assert -1 directly.
Signed-off-by: Artem Lytkin <iprintercanon@gmail.com>1 parent e08e7de commit a5f08c2
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | | - | |
| 100 | + | |
| 101 | + | |
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
| |||
0 commit comments