Skip to content

Commit c548e5e

Browse files
committed
test(test_capture_pane): Remove bashism
1 parent 5869e01 commit c548e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pane.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_capture_pane(session: Session) -> None:
7373
session.new_window(
7474
attach=True,
7575
window_name="capture_pane",
76-
window_shell=f"{env} PS1='$ ' bash --norc --noprofile",
76+
window_shell=f"{env} PS1='$ ' sh",
7777
)
7878
pane = session.attached_window.attached_pane
7979
assert pane is not None

0 commit comments

Comments
 (0)