From 0f1f0e43643d302494c0dac8bbc3eda7813f06bb Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 15 Mar 2025 02:10:22 +0900 Subject: helper: combine helper ipc setup The two-step args call is no longer necessary since stat is passed on initialisation. Signed-off-by: Ophestra --- helper/bwrap_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helper/bwrap_test.go') diff --git a/helper/bwrap_test.go b/helper/bwrap_test.go index 08b383ea..76f7cce5 100644 --- a/helper/bwrap_test.go +++ b/helper/bwrap_test.go @@ -71,7 +71,7 @@ func TestBwrap(t *testing.T) { helper.MustNewBwrap( context.TODO(), "fortify", - nil, false, + argsWt, false, argF, nil, &bwrap.Config{Hostname: "\x00"}, false, nil, nil, ) -- cgit v1.3.1