We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28bc0a1 commit 1243d7dCopy full SHA for 1243d7d
src/minunit.c
@@ -231,7 +231,7 @@ static const char *test_settings_reload()
231
// cannot tests min_fan_speed since it is not set and thus auto-detected
232
mu_assert("polling_interval is not 1 before SIGHUP", polling_interval == 1);
233
raise(SIGHUP);
234
- mu_assert("min_fan_speed value is not 6200 after SIGHUP", fan->fan_min_speed == 6200);
+ // cannot tests min_fan_speed since it is not set and thus auto-detected
235
mu_assert("polling_interval is not 2 after SIGHUP", polling_interval == 2);
236
retrieve_settings("./mbpfan.conf", fan);
237
free_fans(fan);
0 commit comments