We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5869e01 commit c548e5eCopy full SHA for c548e5e
tests/test_pane.py
@@ -73,7 +73,7 @@ def test_capture_pane(session: Session) -> None:
73
session.new_window(
74
attach=True,
75
window_name="capture_pane",
76
- window_shell=f"{env} PS1='$ ' bash --norc --noprofile",
+ window_shell=f"{env} PS1='$ ' sh",
77
)
78
pane = session.attached_window.attached_pane
79
assert pane is not None
0 commit comments