This is done more cleanly by modifying Args in cmdF. Signed-off-by: Ophestra <cat@gensokyo.uk>
10 lines
152 B
Go
10 lines
152 B
Go
package dbus_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"git.gensokyo.uk/security/fortify/helper"
|
|
)
|
|
|
|
func TestHelperStub(t *testing.T) { helper.InternalHelperStub() }
|