We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4091b25 + cadd548 commit 6365ea7Copy full SHA for 6365ea7
tmuxp/testsuite/test_workspacebuilder.py
@@ -413,7 +413,7 @@ class PaneOrderingTest(TmuxTestCase):
413
- cd /usr/bin
414
- cd /usr
415
- cd /sbin
416
- - cd /tmp
+ - cd /home
417
"""
418
419
def test_pane_order(self):
@@ -423,7 +423,7 @@ def test_pane_order(self):
423
'/usr/bin',
424
'/usr',
425
'/sbin',
426
- '/tmp'
+ '/home'
427
]
428
s = self.session
429
sconfig = kaptan.Kaptan(handler='yaml')
0 commit comments