aboutsummaryrefslogtreecommitdiffhomepage
path: root/helper/bwrap_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-03-15 02:10:22 +0900
committerOphestra <cat@gensokyo.uk>2025-03-15 02:10:22 +0900
commit0f1f0e43643d302494c0dac8bbc3eda7813f06bb (patch)
tree4730fd645c2b958a48495ee4a5644e538bf0ba8b /helper/bwrap_test.go
parentf9bf20a3c75d01cf597477231f9bbb61f15cd4fd (diff)
helper: combine helper ipc setup
The two-step args call is no longer necessary since stat is passed on initialisation. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'helper/bwrap_test.go')
-rw-r--r--helper/bwrap_test.go2
1 files changed, 1 insertions, 1 deletions
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,
)