Skip to content

Commit 27ae500

Browse files
committed
tests: Use "man ls" instead of "sh"
#620 users are reporting that "sh" has a different name used in tmux windows across platforms.
1 parent 924becf commit 27ae500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/workspacebuilder/window_automatic_rename.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ windows:
66
automatic-rename: on
77
panes:
88
- shell_command:
9-
- cmd: sh
9+
- cmd: man ls
1010
start_directory: '~'
1111
- shell_command:
1212
- cmd: echo "hey"

0 commit comments

Comments
 (0)