Skip to content

Commit bb39fba

Browse files
authored
Merge pull request #50 from desultory/tests
add test path
2 parents 050595c + 4ac46e6 commit bb39fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ugrd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@loggify
99
class TestCpio(TestCase):
1010
def test_fullauto(self):
11-
generator = InitramfsGenerator(logger=self.logger, config='fullauto.toml')
11+
generator = InitramfsGenerator(logger=self.logger, config='tests/fullauto.toml')
1212
generator.build()
1313

1414

0 commit comments

Comments
 (0)