fix(tests): missing sudo in ip integration test.

This commit is contained in:
Alexandre Pujol 2024-11-19 21:49:03 +00:00
parent 4656a49335
commit 3eba6bef6d
Failed to generate hash of commit

View file

@ -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" {