We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
env
1 parent 07fa5a6 commit b7cc8a1Copy full SHA for b7cc8a1
tests/test_pane.py
@@ -69,7 +69,7 @@ def test_capture_pane(session: Session) -> None:
69
session.new_window(
70
attach=True,
71
window_name="capture_pane",
72
- window_shell='env -i PS1="$ " /usr/bin/env bash --norc --noprofile',
+ window_shell="/usr/bin/env PS1='$ ' bash --norc --noprofile",
73
)
74
pane = session.attached_window.attached_pane
75
assert pane is not None
0 commit comments