diff options
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py index fb9fb03..552769b 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -3303,7 +3303,7 @@ class RewriterTests(unittest.TestCase): def unset_envs(): - # For unit tests we must fully control all commend lines + # For unit tests we must fully control all command lines # so that there are no unexpected changes coming from the # environment, for example when doing a package build. varnames = ['CPPFLAGS', 'LDFLAGS'] + list(mesonbuild.environment.cflags_mapping.values()) |