This commit is contained in:
jimmyfraiture
2025-09-10 17:25:22 -07:00
parent c082f0d168
commit 5acf9c7703

View File

@@ -2964,8 +2964,7 @@ mod tests {
}
fn zsh_shell(shell_snapshot: Option<Arc<ShellSnapshot>>) -> shell::Shell {
let (_tx, rx) =
tokio::sync::watch::channel(shell_snapshot);
let (_tx, rx) = tokio::sync::watch::channel(shell_snapshot);
shell::Shell::Posix(shell::PosixShell {
shell_path: "/bin/zsh".to_string(),
rc_path: "/Users/example/.zshrc".to_string(),