We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b42f2 commit 5c89569Copy full SHA for 5c89569
tests/test_session.py
@@ -271,7 +271,7 @@ def test_new_window_with_environment(session: Session) -> None:
271
window = session.new_window(
272
attach=True,
273
window_name="window_with_environment",
274
- window_shell=f"{env} PS1='$ ' bash --norc --noprofile",
+ window_shell=f"{env} PS1='$ ' sh",
275
environment={"ENV_VAR": "window"},
276
)
277
pane = window.attached_pane
@@ -294,7 +294,7 @@ def test_new_window_with_environment_logs_warning_for_old_tmux(
294
session.new_window(
295
296
297
298
299
300
0 commit comments