forked from security/hakurei
11
internal/dbus/proc_test.go
Normal file
11
internal/dbus/proc_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package dbus_test
|
||||
|
||||
import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"hakurei.app/container"
|
||||
"hakurei.app/internal/helper"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) { container.TryArgv0(nil); helper.InternalHelperStub(); os.Exit(m.Run()) }
|
||||
Reference in New Issue
Block a user