Skip to content

Commit

Permalink
Merge pull request #109 from marbu/fix_test_pane_order
Browse files Browse the repository at this point in the history
fix failure of test_pane_order on fedora machines
  • Loading branch information
tony committed Jul 7, 2015
2 parents 6d68dab + 61083f2 commit 413d7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmuxp/testsuite/workspacebuilder.py
Expand Up @@ -656,7 +656,7 @@ class PaneOrderingTest(TmuxTestCase):
panes:
- cd /usr/bin
- cd /usr
- cd /sbin
- cd /usr/sbin
- cd {HOME}
""".format(
HOME=os.path.realpath(os.path.expanduser('~'))
Expand All @@ -668,7 +668,7 @@ def test_pane_order(self):
pane_paths = [
'/usr/bin',
'/usr',
'/sbin',
'/usr/sbin',
os.path.realpath(os.path.expanduser('~'))
]

Expand Down

0 comments on commit 413d7cb

Please sign in to comment.