From 6e7ddb2d2ec6b163dc2c178bc4d73b5943f51206 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 15 Mar 2025 23:57:44 +0900 Subject: helper: eliminate commandContext replacement This is done more cleanly by modifying Args in cmdF. Signed-off-by: Ophestra --- dbus/stub_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dbus/stub_test.go') diff --git a/dbus/stub_test.go b/dbus/stub_test.go index b83deb20..13a7d1df 100644 --- a/dbus/stub_test.go +++ b/dbus/stub_test.go @@ -6,6 +6,4 @@ import ( "git.gensokyo.uk/security/fortify/helper" ) -func TestHelperChildStub(t *testing.T) { - helper.InternalChildStub() -} +func TestHelperStub(t *testing.T) { helper.InternalHelperStub() } -- cgit v1.3.1