chore: fixrights: ensure tests/functional/proxy/remote-daemon is +x

This commit is contained in:
Stéphane Lesimple 2021-07-15 16:32:53 +00:00 committed by Stéphane Lesimple
parent 858598d80b
commit 6b4418e864

View file

@ -50,6 +50,7 @@ chmod 0755 "$basedir"/docker/entrypoint.sh \
"$basedir"/tests/functional/launch_tests_on_instance.sh \
"$basedir"/tests/functional/docker/target_role.sh \
"$basedir"/tests/functional/docker/tester_role.sh \
"$basedir"/tests/functional/proxy/remote-daemon \
"$basedir"/tests/functional/fake_ttyrec.sh
find "$basedir"/tests/unit -type f -name "*.pl" -print0 | xargs -r0 chmod 0755