aboutsummaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.py')
-rwxr-xr-xrun_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py
index 85a55c3..504e6ac 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -116,7 +116,6 @@ def get_fake_env(sdir='', bdir=None, prefix='', opts=None):
Backend = Enum('Backend', 'ninja vs xcode')
if 'MESON_EXE' in os.environ:
- import shlex
meson_exe = mesonlib.split_args(os.environ['MESON_EXE'])
else:
meson_exe = None