8000 test(test_capture_pane): Remove bashism · tmux-python/libtmux@c548e5e · GitHub
[go: up one dir, main page]

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

Lines changed: 1 addition & 1 deletion
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 < 3D77 span class=pl-c1>= session.attached_window.attached_pane
7979
assert pane is not None

0 commit comments

Comments
 (0)
0