refractor: move integration code to the test directory.
This commit is contained in:
parent
828f282fc3
commit
492c5a37dd
5 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue