diff options
Diffstat (limited to 'wgengine/router/router_linux_test.go')
| -rw-r--r-- | wgengine/router/router_linux_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wgengine/router/router_linux_test.go b/wgengine/router/router_linux_test.go index 186be209f..32dca7937 100644 --- a/wgengine/router/router_linux_test.go +++ b/wgengine/router/router_linux_test.go @@ -803,7 +803,7 @@ func TestDebugListRules(t *testing.T) { } func TestCheckIPRuleSupportsV6(t *testing.T) { - err := checkIPRuleSupportsV6() + err := checkIPRuleSupportsV6(t.Logf) if err != nil && os.Getuid() != 0 { t.Skipf("skipping, error when not root: %v", err) } |
