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

This commit is contained in:
Alexandre Pujol 2024-11-19 21:49:03 +00:00 committed by nobody43
parent e00c15146c
commit 0c6d888f9e

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