File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ class WindowAutomaticRename(TmuxTestCase):
218
218
automatic-rename: on
219
219
panes:
220
220
- shell_command:
221
- - nano
221
+ - man echo
222
222
start_directory: '~'
223
223
- shell_command:
224
224
- echo "hey"
@@ -254,20 +254,20 @@ def test_automatic_rename_option(self):
254
254
255
255
for i in range (5 ):
256
256
w = s .attached_window ()
257
- if w ['window_name' ] == 'nano ' :
257
+ if w ['window_name' ] == 'man ' :
258
258
break
259
259
time .sleep (.1 )
260
260
261
- self .assertEqual (w .get ('window_name' ), 'nano ' )
261
+ self .assertEqual (w .get ('window_name' ), 'man ' )
262
262
263
263
w .select_pane ('-D' )
264
264
for i in range (5 ):
265
265
w = s .attached_window ()
266
- if w ['window_name' ] != 'nano ' :
266
+ if w ['window_name' ] != 'man ' :
267
267
break
268
268
time .sleep (.1 )
269
269
270
- self .assertNotEqual (w .get ('window_name' ), 'nano ' )
270
+ self .assertNotEqual (w .get ('window_name' ), 'man ' )
271
271
272
272
273
273
class TestsToDo (object ):
You can’t perform that action at this time.
0 commit comments