refractor(aa): move some test resource to the testdata dir.

This commit is contained in:
Alexandre Pujol 2024-05-30 20:10:45 +01:00
parent 89abbae6bd
commit 4282fb336e
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
8 changed files with 25 additions and 15 deletions

View file

@ -13,8 +13,8 @@ import (
)
var (
testData = paths.New("../../").Join("tests")
intData = paths.New("../../").Join("apparmor.d")
testData = paths.New("../../tests/testdata/")
intData = paths.New("../../apparmor.d")
)
func TestAppArmorProfileFile_String(t *testing.T) {