From e19feb9472ab36b8a62789a8cfc4710da8d7274a Mon Sep 17 00:00:00 2001 From: Foo Date: Sun, 30 Apr 2017 03:12:33 +0300 Subject: [PATCH] Use different socket for each attempt --- 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 b46ce89f..88a7d963 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 = os.path.abspath('tmux-socket') + socket_path = os.path.abspath('tmux-socket-{0}'.format(attempts)) rows = 50 cols = 200