aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/system/xhost_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/system/xhost_test.go')
-rw-r--r--internal/system/xhost_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/system/xhost_test.go b/internal/system/xhost_test.go
index 75ad5b9b..72ecf2d6 100644
--- a/internal/system/xhost_test.go
+++ b/internal/system/xhost_test.go
@@ -11,7 +11,7 @@ import (
func TestXHostOp(t *testing.T) {
t.Parallel()
- checkOpBehaviour(t, []opBehaviourTestCase{
+ checkOpBehaviour(t, 0, []opBehaviourTestCase{
{"xcbChangeHosts revert", 0xbeef, hst.EX11, xhostOp("chronos"), []stub.Call{
call("verbosef", stub.ExpectArgs{"inserting entry %s to X11", []any{xhostOp("chronos")}}, nil, nil),
call("xcbChangeHosts", stub.ExpectArgs{xcb.HostMode(xcb.HostModeInsert), xcb.Family(xcb.FamilyServerInterpreted), "localuser\x00chronos"}, nil, stub.UniqueError(1)),