@@ -880,6 +880,8 @@ def test_find_current_active_pane(server, monkeypatch):
880
880
textwrap .dedent (
881
881
"""
882
882
session_name: Should not execute
883
+ options:
884
+ default-shell: /bin/bash
883
885
windows:
884
886
- panes:
885
887
- shell_command: echo "___$((1 + 3))___"
@@ -893,6 +895,8 @@ def test_find_current_active_pane(server, monkeypatch):
893
895
textwrap .dedent (
894
896
"""
895
897
session_name: Should not execute
898
+ options:
899
+ default-shell: /bin/bash
896
900
windows:
897
901
- panes:
898
902
- shell_command:
@@ -907,6 +911,8 @@ def test_find_current_active_pane(server, monkeypatch):
907
911
textwrap .dedent (
908
912
"""
909
913
session_name: Should execute
914
+ options:
915
+ default-shell: /bin/bash
910
916
windows:
911
917
- panes:
912
918
- shell_command: echo "___$((1 + 3))___"
@@ -919,6 +925,8 @@ def test_find_current_active_pane(server, monkeypatch):
919
925
textwrap .dedent (
920
926
"""
921
927
session_name: Should execute
928
+ options:
929
+ default-shell: /bin/bash
922
930
windows:
923
931
- panes:
924
932
- shell_command:
@@ -932,6 +940,8 @@ def test_find_current_active_pane(server, monkeypatch):
932
940
textwrap .dedent (
933
941
"""
934
942
session_name: Should not execute
943
+ options:
944
+ default-shell: /bin/bash
935
945
windows:
936
946
- panes:
937
947
- shell_command:
@@ -946,6 +956,8 @@ def test_find_current_active_pane(server, monkeypatch):
946
956
textwrap .dedent (
947
957
"""
948
958
session_name: Should not execute
959
+ options:
960
+ default-shell: /bin/bash
949
961
windows:
950
962
- panes:
951
963
- shell_command:
@@ -960,6 +972,8 @@ def test_find_current_active_pane(server, monkeypatch):
960
972
textwrap .dedent (
961
973
"""
962
974
session_name: Should execute
975
+ options:
976
+ default-shell: /bin/bash
963
977
windows:
964
978
- panes:
965
979
- shell_command: echo "___$((1 + 3))___"
@@ -972,6 +986,8 @@ def test_find_current_active_pane(server, monkeypatch):
972
986
textwrap .dedent (
973
987
"""
974
988
session_name: Should execute
989
+ options:
990
+ default-shell: /bin/bash
975
991
windows:
976
992
- panes:
977
993
- shell_command:
@@ -1033,6 +1049,8 @@ def fn():
1033
1049
textwrap .dedent (
1034
1050
"""
1035
1051
session_name: Should not execute
1052
+ options:
1053
+ default-shell: /bin/bash
1036
1054
windows:
1037
1055
- panes:
1038
1056
- shell_command:
@@ -1049,6 +1067,8 @@ def fn():
1049
1067
textwrap .dedent (
1050
1068
"""
1051
1069
session_name: Should not execute
1070
+ options:
1071
+ default-shell: /bin/bash
1052
1072
windows:
1053
1073
- panes:
1054
1074
- shell_command:
@@ -1065,6 +1085,8 @@ def fn():
1065
1085
textwrap .dedent (
1066
1086
"""
1067
1087
session_name: Should not execute
1088
+ options:
1089
+ default-shell: /bin/bash
1068
1090
windows:
1069
1091
- panes:
1070
1092
- shell_command:
@@ -1079,6 +1101,8 @@ def fn():
1079
1101
textwrap .dedent (
1080
1102
"""
1081
1103
session_name: Should not execute
1104
+ options:
1105
+ default-shell: /bin/bash
1082
1106
windows:
1083
1107
- panes:
1084
1108
- shell_command:
@@ -1093,6 +1117,8 @@ def fn():
1093
1117
textwrap .dedent (
1094
1118
"""
1095
1119
session_name: Should not execute
1120
+ options:
1121
+ default-shell: /bin/bash
1096
1122
shell_command_before:
1097
1123
- cmd: echo "sleeping before"
1098
1124
sleep_before: .5
0 commit comments