diff options
Diffstat (limited to 'hst/hst_test.go')
| -rw-r--r-- | hst/hst_test.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hst/hst_test.go b/hst/hst_test.go index 0dd74886..b487dd5e 100644 --- a/hst/hst_test.go +++ b/hst/hst_test.go @@ -244,7 +244,9 @@ func TestTemplate(t *testing.T) { "tty": true, "multiarch": true, "map_real_uid": true, - "device": true + "device": true, + "share_runtime": true, + "share_tmpdir": true } }` |
