mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-26 06:58:00 +01:00
fix(tests): missing sudo in ip integration test.
This commit is contained in:
parent
4656a49335
commit
3eba6bef6d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ load common
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "ip rule: Flush all deleted rules" {
|
@test "ip rule: Flush all deleted rules" {
|
||||||
ip rule flush
|
sudo ip rule flush
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "ip: Manage network namespace" {
|
@test "ip: Manage network namespace" {
|
||||||
|
|
Loading…
Reference in a new issue