From d1415305ae6635bfdeec034452cfd61f44c6f1df Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Sun, 29 Sep 2024 15:49:32 +0900 Subject: dbus: test child process handling behaviour via helper stub Signed-off-by: Ophestra Umiker --- dbus/stub_test.go | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dbus/stub_test.go (limited to 'dbus/stub_test.go') diff --git a/dbus/stub_test.go b/dbus/stub_test.go new file mode 100644 index 00000000..0dd80bdc --- /dev/null +++ b/dbus/stub_test.go @@ -0,0 +1,11 @@ +package dbus_test + +import ( + "testing" + + "git.ophivana.moe/cat/fortify/helper" +) + +func TestHelperChildStub(t *testing.T) { + helper.InternalChildStub() +} -- cgit v1.3.1