Skip to content

Commit

Permalink
Merge pull request #29 from stratoukos/master
Browse files Browse the repository at this point in the history
fix remaining test for os x
  • Loading branch information
tony committed Dec 4, 2013
2 parents 4091b25 + cadd548 commit 6365ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmuxp/testsuite/test_workspacebuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ class PaneOrderingTest(TmuxTestCase):
- cd /usr/bin
- cd /usr
- cd /sbin
- cd /tmp
- cd /home
"""

def test_pane_order(self):
Expand All @@ -423,7 +423,7 @@ def test_pane_order(self):
'/usr/bin',
'/usr',
'/sbin',
'/tmp'
'/home'
]
s = self.session
sconfig = kaptan.Kaptan(handler='yaml')
Expand Down

0 comments on commit 6365ea7

Please sign in to comment.