From 9647eb6a6b5607e9aac1e2c113e80f2e966ec0ac Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Mon, 7 Oct 2024 12:48:20 +0900 Subject: helper: separate pipes from Helper Upcoming bwrap helper implementation requires two sets of pipes to be managed, fd will also no longer be constant. Signed-off-by: Ophestra Umiker --- dbus/dbus_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/dbus_test.go') diff --git a/dbus/dbus_test.go b/dbus/dbus_test.go index 28f3c244..098a2179 100644 --- a/dbus/dbus_test.go +++ b/dbus/dbus_test.go @@ -164,7 +164,7 @@ func TestProxy_Start_Wait_Close_String(t *testing.T) { } t.Run("started string of "+id, func(t *testing.T) { - wantSubstr := binPath + " --args=3 --fd=4" + wantSubstr := binPath + " --args=3" if got := p.String(); !strings.Contains(got, wantSubstr) { t.Errorf("String() = %v, want %v", p.String(), wantSubstr) -- cgit v1.3.1