refractor: move integration code to the test directory.

This commit is contained in:
Alexandre Pujol 2024-03-22 14:08:44 +00:00
parent 828f282fc3
commit 492c5a37dd
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC
5 changed files with 1 additions and 1 deletions

View File

@ -13,9 +13,9 @@ import (
"github.com/arduino/go-paths-helper"
"github.com/roddhjav/apparmor.d/pkg/aa"
"github.com/roddhjav/apparmor.d/pkg/integration"
"github.com/roddhjav/apparmor.d/pkg/logging"
oss "github.com/roddhjav/apparmor.d/pkg/os"
"github.com/roddhjav/apparmor.d/tests/integration"
)
const usage = `aa-test [-h] [--bootstrap | --run | --list]