diff --git a/tmuxp/testsuite/workspacebuilder.py b/tmuxp/testsuite/workspacebuilder.py index 1e626c8c06..85658da9ad 100644 --- a/tmuxp/testsuite/workspacebuilder.py +++ b/tmuxp/testsuite/workspacebuilder.py @@ -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('~')) @@ -668,7 +668,7 @@ def test_pane_order(self): pane_paths = [ '/usr/bin', '/usr', - '/sbin', + '/usr/sbin', os.path.realpath(os.path.expanduser('~')) ]