fix(test): update test to the new value of bin.
This commit is contained in:
parent
c969faf6e8
commit
5edde91d44
2 changed files with 2 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ func TestAppArmorProfileFile_resolveValues(t *testing.T) {
|
|||
{
|
||||
name: "simple",
|
||||
input: "@{bin}/foo",
|
||||
want: []string{"/{,usr/}{,s}bin/foo"},
|
||||
want: []string{"/{,usr/}bin/foo"},
|
||||
},
|
||||
{
|
||||
name: "double",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue