mirror of
https://github.com/safing/portmaster
synced 2025-09-11 07:24:36 +00:00
Replace dataroot module with BinDir and DataDir on instance, adapt modules
This commit is contained in:
parent
0f3f3c360f
commit
7bc1c3b764
39 changed files with 819 additions and 482 deletions
|
@ -26,7 +26,7 @@ func TestMain(m *testing.M) {
|
|||
panic(err)
|
||||
}
|
||||
|
||||
err = InitializeWithPath(testDir)
|
||||
err = Initialize(testDir)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue