From 0c6d888f9e04ab9f8c2946af3c1cfd461608025e Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Tue, 19 Nov 2024 21:49:03 +0000 Subject: [PATCH] fix(tests): missing sudo in ip integration test. --- tests/bats/ip.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bats/ip.bats b/tests/bats/ip.bats index 6d5508c8..163213fa 100644 --- a/tests/bats/ip.bats +++ b/tests/bats/ip.bats @@ -35,7 +35,7 @@ load common } @test "ip rule: Flush all deleted rules" { - ip rule flush + sudo ip rule flush } @test "ip: Manage network namespace" {