diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/hakurei/print_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/hakurei/print_test.go b/cmd/hakurei/print_test.go index b55c1044..471cb358 100644 --- a/cmd/hakurei/print_test.go +++ b/cmd/hakurei/print_test.go @@ -284,7 +284,7 @@ App "dst": "/", "src": "/var/lib/hakurei/base/org.debian", "write": true, - "autoroot": true + "special": true }, { "type": "ephemeral", @@ -438,7 +438,7 @@ App "dst": "/", "src": "/var/lib/hakurei/base/org.debian", "write": true, - "autoroot": true + "special": true }, { "type": "ephemeral", @@ -646,7 +646,7 @@ func Test_printPs(t *testing.T) { "dst": "/", "src": "/var/lib/hakurei/base/org.debian", "write": true, - "autoroot": true + "special": true }, { "type": "ephemeral", |
