Use different socket for each attempt
This commit is contained in:
parent
b71d5f2d44
commit
e19feb9472
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue