We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ecd31a commit 8277d94Copy full SHA for 8277d94
run_meson_command_tests.py
@@ -176,7 +176,7 @@ def test_meson_installed(self):
176
builddir = str(self.tmpdir / 'build4')
177
(bindir / 'meson').rename(bindir / 'meson.real')
178
wrapper = (bindir / 'meson')
179
- with open(wrapper, 'w') as f:
+ with open(str(wrapper), 'w') as f:
180
f.write('#!/bin/sh\n\nmeson.real "$@"')
181
wrapper.chmod(0o755)
182
meson_setup = [str(wrapper), 'setup']
0 commit comments