fix(test): update unit test result to abi 4.

This commit is contained in:
Alexandre Pujol 2024-10-02 16:50:54 +01:00
parent 344ccf3003
commit 8ddaa136ba
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -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: " SPDX-License-Identifier: GPL-2.0-only", IsLineRule: true}},
nil,
&Abi{IsMagic: true, Path: "abi/3.0"},
&Abi{IsMagic: true, Path: "abi/4.0"},
&Include{IsMagic: true, Path: "tunables/global"},
&Variable{
Name: "exec_path", Define: true,