Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn committed Aug 26, 2024
1 parent f32eaf4 commit 4764994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/istio-iptables/pkg/e2e/e2e_test.go
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ func setup(t *testing.T) {
_, err := os.Create(xtables)
assert.NoError(t, err)
_ = os.Mkdir("/run", 0o777)
assert.NoError(t, mountns.BindMount(xtables, "/run/xtables.lock"))
_ = mountns.BindMount(xtables, "/run/xtables.lock")
})
}

0 comments on commit 4764994

Please sign in to comment.