meson: remove useless command that isn't needed
ci/woodpecker/push/woodpecker Pipeline was successful Details

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

View File

@ -19,5 +19,4 @@ tests = [
# yuck
foreach test : tests
test_file = configure_file(input: test + '.sh', output: test, copy: true)
run_command('chmod', '755', test_file, check : true)
endforeach