fix(test): update unit test result to abi 4.
This commit is contained in:
parent
344ccf3003
commit
8ddaa136ba
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ func TestAppArmorProfileFile_Integration(t *testing.T) {
|
||||||
&Comment{Base: Base{Comment: " Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io>", IsLineRule: true}},
|
&Comment{Base: Base{Comment: " Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io>", IsLineRule: true}},
|
||||||
&Comment{Base: Base{Comment: " SPDX-License-Identifier: GPL-2.0-only", IsLineRule: true}},
|
&Comment{Base: Base{Comment: " SPDX-License-Identifier: GPL-2.0-only", IsLineRule: true}},
|
||||||
nil,
|
nil,
|
||||||
&Abi{IsMagic: true, Path: "abi/3.0"},
|
&Abi{IsMagic: true, Path: "abi/4.0"},
|
||||||
&Include{IsMagic: true, Path: "tunables/global"},
|
&Include{IsMagic: true, Path: "tunables/global"},
|
||||||
&Variable{
|
&Variable{
|
||||||
Name: "exec_path", Define: true,
|
Name: "exec_path", Define: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue