Skip to content

Commit 413d7cb

Browse files
committed
Merge pull request #109 from marbu/fix_test_pane_order
fix failure of test_pane_order on fedora machines
2 parents 6d68dab + 61083f2 commit 413d7cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tmuxp/testsuite/workspacebuilder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ class PaneOrderingTest(TmuxTestCase):
656656
panes:
657657
- cd /usr/bin
658658
- cd /usr
659-
- cd /sbin
659+
- cd /usr/sbin
660660
- cd {HOME}
661661
""".format(
662662
HOME=os.path.realpath(os.path.expanduser('~'))
@@ -668,7 +668,7 @@ def test_pane_order(self):
668668
pane_paths = [
669669
'/usr/bin',
670670
'/usr',
671-
'/sbin',
671+
'/usr/sbin',
672672
os.path.realpath(os.path.expanduser('~'))
673673
]
674674

0 commit comments

Comments
 (0)