aboutsummaryrefslogtreecommitdiffhomepage
path: root/system/acl
diff options
context:
space:
mode:
Diffstat (limited to 'system/acl')
-rw-r--r--system/acl/libacl-helper_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/acl/libacl-helper_test.go b/system/acl/libacl-helper_test.go
index 78e5776f..13d23a3c 100644
--- a/system/acl/libacl-helper_test.go
+++ b/system/acl/libacl-helper_test.go
@@ -46,7 +46,7 @@ func TestNewAclPathError(t *testing.T) {
{"acl", container.Nonexistent, -13, syscall.ENOTRECOVERABLE,
&os.PathError{Op: "setfacl", Path: container.Nonexistent, Err: syscall.ENOTRECOVERABLE}},
- {"invalid", container.Nonexistent, -0xdeadbeef, nil,
+ {"invalid", container.Nonexistent, -0xdead, nil,
&os.PathError{Op: "setfacl", Path: container.Nonexistent}},
}
for _, tc := range testCases {