aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/system/acl_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/system/acl_test.go')
-rw-r--r--internal/system/acl_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/system/acl_test.go b/internal/system/acl_test.go
index f7829e24..70feaa8b 100644
--- a/internal/system/acl_test.go
+++ b/internal/system/acl_test.go
@@ -13,7 +13,7 @@ import (
func TestACLUpdateOp(t *testing.T) {
t.Parallel()
- checkOpBehaviour(t, []opBehaviourTestCase{
+ checkOpBehaviour(t, 0, []opBehaviourTestCase{
{"apply aclUpdate", 0xbeef, 0xff,
&aclUpdateOp{Process, "/proc/nonexistent", []acl.Perm{acl.Read, acl.Write, acl.Execute}}, []stub.Call{
call("verbose", stub.ExpectArgs{[]any{"applying ACL", &aclUpdateOp{Process, "/proc/nonexistent", []acl.Perm{acl.Read, acl.Write, acl.Execute}}}}, nil, nil),