tests: update unit tests to last changes.
This commit is contained in:
parent
0f8032f9e8
commit
af070877f2
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ func TestAppArmorProfileFile_Integration(t *testing.T) {
|
|||
&Include{IsMagic: true, Path: "tunables/global"},
|
||||
&Variable{
|
||||
Name: "exec_path", Define: true,
|
||||
Values: []string{"@{bin}/aa-status", "@{bin}/apparmor_status"},
|
||||
Values: []string{"@{sbin}/aa-status", "@{sbin}/apparmor_status"},
|
||||
},
|
||||
},
|
||||
Profiles: []*Profile{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue