diff --git a/tests/meson.build b/tests/meson.build index 1f21e04..4a9d96f 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -19,5 +19,4 @@ tests = [ # yuck foreach test : tests configure_file(input: test + '.sh', output: test, copy: true) - run_command('chmod', '755', join_paths(meson.build_root(), 'tests', test)) endforeach