Skip to content

Commit 32887b4

Browse files
tests: Use repository provided mbpfan.conf file
This patch removes the requirement for installing mbpfan.conf into /etc before running the tests. Resolves #6
1 parent 6c46515 commit 32887b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/minunit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ static const char *test_config_file()
125125
{
126126
FILE *f = NULL;
127127
Settings *settings = NULL;
128-
f = fopen("/etc/mbpfan.conf", "r");
128+
f = fopen("mbpfan.conf", "r");
129129
mu_assert("No config file found", f != NULL);
130130

131131
if (f == NULL) {

0 commit comments

Comments
 (0)