feat(prebuilt): update aa usage to the last changes.

This commit is contained in:
Alexandre Pujol 2024-04-23 21:43:22 +01:00
parent de73c9b706
commit 8bb6f07950
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 37 additions and 34 deletions

View file

@ -52,7 +52,7 @@ func TestExec_Apply(t *testing.T) {
t.Run(tt.name, func(t *testing.T) {
cfg.RootApparmord = tt.rootApparmord
if got := Directives["exec"].Apply(tt.opt, tt.profile); got != tt.want {
t.Errorf("Exec.Apply() = %v, want %v", got, tt.want)
t.Errorf("Exec.Apply() = |%v|, want |%v|", got, tt.want)
}
})
}