meson: remove useless command that isn't needed

The tests/*.sh are executable in the source tree, and don't need to be
chmodded after being copied to the build tree.
stable/1.8.x
Eli Schwartz 2022-08-30 12:43:41 -04:00 committed by Ariadne Conill
parent 1f282295ff
commit c87a6c2ec1
1 changed files with 0 additions and 1 deletions

View File

@ -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