aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/template_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-08-03 20:46:41 +0900
committerOphestra <cat@gensokyo.uk>2025-08-03 21:16:45 +0900
commitc6be82bcf91fc4b6e61d9df40213e80367addbd8 (patch)
treeee245cf214ff845f0d8a3eac0cc1a6064107112d /hst/template_test.go
parent38245559dca0833dc078b982d59490eee53e168c (diff)
container/path: fhs path constants
This increases readability since this can help disambiguate absolute paths from similarly named path segments. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'hst/template_test.go')
-rw-r--r--hst/template_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/hst/template_test.go b/hst/template_test.go
index 02ec7748..cf8ab81c 100644
--- a/hst/template_test.go
+++ b/hst/template_test.go
@@ -98,7 +98,7 @@ func TestTemplate(t *testing.T) {
"device": true,
"filesystem": [
{
- "dst": "/tmp",
+ "dst": "/tmp/",
"src": "tmpfs",
"write": true
},
@@ -133,7 +133,7 @@ func TestTemplate(t *testing.T) {
],
"auto_root": "/var/lib/hakurei/base/org.debian",
"root_flags": 2,
- "etc": "/etc",
+ "etc": "/etc/",
"auto_etc": true
}
}`