tests: update unit tests to last changes.

This commit is contained in:
Alexandre Pujol 2025-04-28 22:09:28 +02:00
parent 0f8032f9e8
commit af070877f2
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -211,7 +211,7 @@ func TestAppArmorProfileFile_Integration(t *testing.T) {
&Include{IsMagic: true, Path: "tunables/global"}, &Include{IsMagic: true, Path: "tunables/global"},
&Variable{ &Variable{
Name: "exec_path", Define: true, Name: "exec_path", Define: true,
Values: []string{"@{bin}/aa-status", "@{bin}/apparmor_status"}, Values: []string{"@{sbin}/aa-status", "@{sbin}/apparmor_status"},
}, },
}, },
Profiles: []*Profile{{ Profiles: []*Profile{{