Commit 4379244
authored
Fix ProgramPriorityTests on FreeBSD with high nice value (GH-100145)
It expects priority to be capped with 19, which is the cap for Linux,
but for FreeBSD the cap is 20 and the test fails under the similar
conditions. Tweak the condition to cover FreeBSD as well.1 parent 265548a commit 4379244
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3511 | 3511 | | |
3512 | 3512 | | |
3513 | 3513 | | |
3514 | | - | |
| 3514 | + | |
| 3515 | + | |
3515 | 3516 | | |
3516 | 3517 | | |
3517 | 3518 | | |
| |||
0 commit comments