Skip to content

Commit 6365ea7

Browse files
committed
Merge pull request #29 from stratoukos/master
fix remaining test for os x
2 parents 4091b25 + cadd548 commit 6365ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tmuxp/testsuite/test_workspacebuilder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ class PaneOrderingTest(TmuxTestCase):
413413
- cd /usr/bin
414414
- cd /usr
415415
- cd /sbin
416-
- cd /tmp
416+
- cd /home
417417
"""
418418

419419
def test_pane_order(self):
@@ -423,7 +423,7 @@ def test_pane_order(self):
423423
'/usr/bin',
424424
'/usr',
425425
'/sbin',
426-
'/tmp'
426+
'/home'
427427
]
428428
s = self.session
429429
sconfig = kaptan.Kaptan(handler='yaml')

0 commit comments

Comments
 (0)