aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/hst_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/hst_test.go')
-rw-r--r--hst/hst_test.go9
1 files changed, 7 insertions, 2 deletions
diff --git a/hst/hst_test.go b/hst/hst_test.go
index a3930f48..b8ec79c9 100644
--- a/hst/hst_test.go
+++ b/hst/hst_test.go
@@ -103,6 +103,13 @@ func TestTemplate(t *testing.T) {
"device": true,
"filesystem": [
{
+ "type": "bind",
+ "dst": "/",
+ "src": "/var/lib/hakurei/base/org.debian",
+ "write": true,
+ "autoroot": true
+ },
+ {
"type": "ephemeral",
"dst": "/tmp/",
"write": true,
@@ -148,8 +155,6 @@ func TestTemplate(t *testing.T) {
"linkname": "/run/user/150"
}
],
- "auto_root": "/var/lib/hakurei/base/org.debian",
- "root_flags": 2,
"etc": "/etc/",
"auto_etc": true
}