diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-04-11 19:22:00 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-04-11 19:32:15 +0900 |
| commit | 2f4f21fb183a1880c0363ad65f443b4af64a5359 (patch) | |
| tree | 1e20d607f0f86dbde4960aa6c23f7b57c468f0f8 /print_test.go | |
| parent | 996790946092a9291eb21e297d1f0f04deab8b42 (diff) | |
fst: rename device field
Dev is very ambiguous. Rename it here alongside upcoming config changes.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'print_test.go')
| -rw-r--r-- | print_test.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print_test.go b/print_test.go index ee9a79fd..fe5e694f 100644 --- a/print_test.go +++ b/print_test.go @@ -41,7 +41,7 @@ func Test_printShowInstance(t *testing.T) { Groups: ["video"] Directory: /var/lib/persist/home/org.chromium.Chromium Hostname: "localhost" - Flags: userns net dev tty mapuid autoetc + Flags: userns devel net device tty mapuid autoetc Etc: /etc Cover: /var/run/nscd Path: /run/current-system/sw/bin/chromium @@ -120,7 +120,7 @@ App Groups: ["video"] Directory: /var/lib/persist/home/org.chromium.Chromium Hostname: "localhost" - Flags: userns net dev tty mapuid autoetc + Flags: userns devel net device tty mapuid autoetc Etc: /etc Cover: /var/run/nscd Path: /run/current-system/sw/bin/chromium @@ -217,7 +217,7 @@ App "GOOGLE_DEFAULT_CLIENT_SECRET": "OTJgUOQcT7lO7GsGZq2G4IlT" }, "map_real_uid": true, - "dev": true, + "device": true, "filesystem": [ { "src": "/nix/store" @@ -342,7 +342,7 @@ App "GOOGLE_DEFAULT_CLIENT_SECRET": "OTJgUOQcT7lO7GsGZq2G4IlT" }, "map_real_uid": true, - "dev": true, + "device": true, "filesystem": [ { "src": "/nix/store" @@ -521,7 +521,7 @@ func Test_printPs(t *testing.T) { "GOOGLE_DEFAULT_CLIENT_SECRET": "OTJgUOQcT7lO7GsGZq2G4IlT" }, "map_real_uid": true, - "dev": true, + "device": true, "filesystem": [ { "src": "/nix/store" |
