app: pass through $SHELL

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-03-27 01:22:40 +09:00
parent 32c90ef4e7
commit 300571af47
3 changed files with 5 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ var testCasesPd = []sealTestCase{
Args: []string{"/run/current-system/sw/bin/zsh"},
Env: []string{
"HOME=/home/chronos",
"SHELL=/run/current-system/sw/bin/zsh",
"TERM=xterm-256color",
"USER=chronos",
"XDG_RUNTIME_DIR=/run/user/65534",
@@ -259,6 +260,7 @@ var testCasesPd = []sealTestCase{
"HOME=/home/chronos",
"PULSE_COOKIE=" + fst.Tmp + "/pulse-cookie",
"PULSE_SERVER=unix:/run/user/65534/pulse/native",
"SHELL=/run/current-system/sw/bin/zsh",
"TERM=xterm-256color",
"USER=chronos",
"WAYLAND_DISPLAY=wayland-0",