mirror of
https://github.com/powerline/powerline.git
synced 2025-07-27 15:54:30 +02:00
Use absolute path for -S
It appears that using relative path for -S is not the best idea and yields tmux calls from powerline-config not working.
This commit is contained in:
parent
908d767ec0
commit
36b9c966e0
@ -93,7 +93,7 @@ def get_expected_result(tmux_version,
|
|||||||
|
|
||||||
def main(attempts=3):
|
def main(attempts=3):
|
||||||
vterm_path = os.path.join(VTERM_TEST_DIR, 'path')
|
vterm_path = os.path.join(VTERM_TEST_DIR, 'path')
|
||||||
socket_path = 'tmux-socket'
|
socket_path = os.path.abspath('tmux-socket')
|
||||||
rows = 50
|
rows = 50
|
||||||
cols = 200
|
cols = 200
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user