mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-11 04:35:12 +01:00
fix(test): update reference path for aa-status.
This commit is contained in:
parent
9304c9a668
commit
fadc08b1ea
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ func TestAppArmorProfileFile_Integration(t *testing.T) {
|
|||
},
|
||||
}},
|
||||
},
|
||||
want: mustReadProfileFile(intData.Join("profiles-a-f/aa-status")),
|
||||
want: mustReadProfileFile(intData.Join("groups/apparmor/aa-status")),
|
||||
},
|
||||
}
|
||||
for _, tt := range tests {
|
||||
|
|
Loading…
Reference in a new issue