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 6d68dab + 61083f2 commit 413d7cbCopy full SHA for 413d7cb
tmuxp/testsuite/workspacebuilder.py
@@ -656,7 +656,7 @@ class PaneOrderingTest(TmuxTestCase):
656
panes:
657
- cd /usr/bin
658
- cd /usr
659
- - cd /sbin
+ - cd /usr/sbin
660
- cd {HOME}
661
""".format(
662
HOME=os.path.realpath(os.path.expanduser('~'))
@@ -668,7 +668,7 @@ def test_pane_order(self):
668
pane_paths = [
669
'/usr/bin',
670
'/usr',
671
- '/sbin',
+ '/usr/sbin',
672
os.path.realpath(os.path.expanduser('~'))
673
]
674
0 commit comments