From 36b9c966e0df558c09596ae9aa847bc4b78d5888 Mon Sep 17 00:00:00 2001 From: Foo Date: Sun, 30 Apr 2017 02:45:27 +0300 Subject: [PATCH] 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. --- tests/test_in_vterm/test_tmux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_in_vterm/test_tmux.py b/tests/test_in_vterm/test_tmux.py index 151cc846..ad7ed791 100755 --- a/tests/test_in_vterm/test_tmux.py +++ b/tests/test_in_vterm/test_tmux.py @@ -93,7 +93,7 @@ def get_expected_result(tmux_version, def main(attempts=3): vterm_path = os.path.join(VTERM_TEST_DIR, 'path') - socket_path = 'tmux-socket' + socket_path = os.path.abspath('tmux-socket') rows = 50 cols = 200