8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 < 3D77 span class=pl-c1>= session.attached_window.attached_pane
79
assert pane is not None
0 commit comments