diff options
Diffstat (limited to 'usr.sbin/jail/tests/commands.jail.conf')
-rw-r--r-- | usr.sbin/jail/tests/commands.jail.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/jail/tests/commands.jail.conf b/usr.sbin/jail/tests/commands.jail.conf index afd56d1fa5d6..ad152a28b7fe 100644 --- a/usr.sbin/jail/tests/commands.jail.conf +++ b/usr.sbin/jail/tests/commands.jail.conf @@ -4,6 +4,4 @@ exec.prestart = "echo START"; exec.poststart = "env"; persist; -path = "/tmp/test_${name}_root"; - basejail {} |