summaryrefslogtreecommitdiffstats
path: root/jail_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'jail_test.go')
-rw-r--r--jail_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/jail_test.go b/jail_test.go
index 72e9fa3..46b0d53 100644
--- a/jail_test.go
+++ b/jail_test.go
@@ -72,6 +72,7 @@ func TestCreate(t *testing.T) {
params := make(map[string]interface{})
params["name"] = "test_create"
params["path"] = "/"
+ params["ip4"] = JAIL_SYS_INHERIT
_, err := Set(params, JAIL_CREATE | JAIL_ATTACH)
if err != nil {