We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c89569 commit 8e24396Copy full SHA for 8e24396
tests/test_window.py
@@ -324,7 +324,7 @@ def test_split_window_with_environment(session: Session) -> None:
324
325
window = session.new_window(window_name="split_window_with_environment")
326
pane = window.split_window(
327
- shell=f"{env} PS1='$ ' bash --norc --noprofile",
+ shell=f"{env} PS1='$ ' sh",
328
environment={"ENV_VAR": "pane"},
329
)
330
assert pane is not None
@@ -347,7 +347,7 @@ def test_split_window_with_environment_logs_warning_for_old_tmux(
347
348
349
window.split_window(
350
351
352
353
0 commit comments