Skip to content

Commit

Permalink
fix failure of test_pane_order on fedora machines
Browse files Browse the repository at this point in the history
  • Loading branch information
marbu committed Jul 5, 2015
1 parent 6d68dab commit 61083f2
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 61083f2

Please sign in to comment.