From 71d7e3921f1d5349490fcad572aa6616894874f3 Mon Sep 17 00:00:00 2001 From: ZyX Date: Sun, 18 Jan 2015 03:50:12 +0300 Subject: [PATCH] Also supply LD_LIBRARY_PATH when killing server --- tests/test_in_vterm/test_tmux.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_in_vterm/test_tmux.py b/tests/test_in_vterm/test_tmux.py index 167596e6..f4960423 100755 --- a/tests/test_in_vterm/test_tmux.py +++ b/tests/test_in_vterm/test_tmux.py @@ -170,6 +170,7 @@ def main(): finally: check_call([tmux_exe, '-S', socket_path, 'kill-server'], env={ 'PATH': vterm_path, + 'LD_LIBRARY_PATH': os.environ.get('LD_LIBRARY_PATH', ''), })