forked from ariadne/pkgconf
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.master
parent
2f51733e34
commit
8f233383cd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue