Skip to content

Commit bdfa625

Browse files
committed
Use bash in window_options_after test, disable history suppression
1 parent ee17439 commit bdfa625

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/fixtures/workspacebuilder/window_options_after.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
session_name: tmuxp test window_options_after
22
options:
3-
default-shell: /bin/sh
4-
default-command: /bin/sh
3+
default-shell: /bin/bash
54
windows:
65
- window_name: test
6+
suppress_history: false
77
panes:
88
- echo 0
99
- echo 1

tests/test_workspacebuilder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def assert_last_line(p, s):
280280
pane.enter() # in each iteration
281281
assert_last_line(pane, str(i))
282282

283-
session.cmd('send-keys', 'echo moo')
283+
session.cmd('send-keys', ' echo moo')
284284
session.cmd('send-keys', 'Enter')
285285

286286
for pane in session.attached_window.panes:

0 commit comments

Comments
 (0)