aboutsummaryrefslogtreecommitdiff
path: root/unittests/machinefiletests.py
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/machinefiletests.py')
-rw-r--r--unittests/machinefiletests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/machinefiletests.py b/unittests/machinefiletests.py
index d2c3c0a..235d7dc 100644
--- a/unittests/machinefiletests.py
+++ b/unittests/machinefiletests.py
@@ -719,7 +719,7 @@ class CrossFileTests(BasePlatformTests):
# The test uses mocking and thus requires that the current process is the
# one to run the Meson steps. If we are using an external test executable
# (most commonly in Debian autopkgtests) then the mocking won't work.
- @skipIf('MESON_EXE' in os.environ, 'MESON_EXE is defined, can not use mocking.')
+ @skipIf('MESON_EXE' in os.environ, 'MESON_EXE is defined, cannot use mocking.')
def test_cross_file_system_paths(self):
if is_windows():
raise SkipTest('system crossfile paths not defined for Windows (yet)')