Use different socket for each attempt

This commit is contained in:
Foo 2017-04-30 03:12:33 +03:00
parent b71d5f2d44
commit e19feb9472
1 changed files with 1 additions and 1 deletions

View File

@ -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