<p>Kevin Harwell <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/8469">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Corey Farrell: Looks good to me, but someone else must approve
  Kevin Harwell: Looks good to me, approved; Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Remove executable flag from files that are not executable.<br><br>This removes the executable flag from *.xml and all *.py files that do<br>not contain any line matching '^#!'.<br><br>Also removes a couple invalid shebangs in subscriptions tests.<br><br>ASTERISK-24292<br><br>Change-Id: I9aac68227e706a8d456110d6a5d46434ed8b1f57<br>(cherry picked from commit 233f6fe497fb2cf8d0c763a231eb370aebd41248)<br>---<br>M tests/channels/SIP/rfc2833_dtmf_detect/sipp/broken_dtmf.xml<br>M tests/channels/SIP/rfc2833_dtmf_detect/sipp/dtmf_baseline.xml<br>M tests/channels/SIP/sip_hold/sipp/phone_A_no_direction.xml<br>M tests/channels/SIP/sip_hold/sipp/phone_B_no_direction.xml<br>M tests/channels/pjsip/subscriptions/rls/rls_test.py<br>M tests/channels/pjsip/subscriptions/rls/rls_validation.py<br>M tests/channels/pjsip/transfers/attended_transfer/nominal/callee_remote/transfer.py<br>M tests/manager/bridge_actions/check_bridge.py<br>M tests/rest_api/applications/double-subscribe-device-state/subscribe_device_state.py<br>M tests/rest_api/bridges/bridge_record/bridges_record.py<br>M tests/rest_api/bridges/playback/basic/bridges_play.py<br>M tests/rest_api/bridges/playback/tones/bridges_play.py<br>M tests/rest_api/channels/originate_then_continue/channel_originate.py<br>M tests/rest_api/external_interaction/attended_transfer/attended_transfer.py<br>M tests/rest_api/external_interaction/blind_transfer/stasis_bridge_to_non_stasis_app/blind_transfer.py<br>M tests/rest_api/mailbox/baseline/mailbox_baseline.py<br>M tests/rest_api/recording/file_conflicts/recording.py<br>M tests/rest_api/recording/format_unavailable/recording.py<br>18 files changed, 0 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/tests/channels/SIP/rfc2833_dtmf_detect/sipp/broken_dtmf.xml b/tests/channels/SIP/rfc2833_dtmf_detect/sipp/broken_dtmf.xml<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/channels/SIP/rfc2833_dtmf_detect/sipp/dtmf_baseline.xml b/tests/channels/SIP/rfc2833_dtmf_detect/sipp/dtmf_baseline.xml<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/channels/SIP/sip_hold/sipp/phone_A_no_direction.xml b/tests/channels/SIP/sip_hold/sipp/phone_A_no_direction.xml<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/channels/SIP/sip_hold/sipp/phone_B_no_direction.xml b/tests/channels/SIP/sip_hold/sipp/phone_B_no_direction.xml<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/channels/pjsip/subscriptions/rls/rls_test.py b/tests/channels/pjsip/subscriptions/rls/rls_test.py<br>old mode 100755<br>new mode 100644<br>index 4ed9730..9c4051c<br>--- a/tests/channels/pjsip/subscriptions/rls/rls_test.py<br>+++ b/tests/channels/pjsip/subscriptions/rls/rls_test.py<br>@@ -1,4 +1,3 @@<br>-#/usr/bin/env python<br> """<br> Copyright (C) 2015, Digium, Inc.<br> Jonathan Rose <jrose@digium.com><br>diff --git a/tests/channels/pjsip/subscriptions/rls/rls_validation.py b/tests/channels/pjsip/subscriptions/rls/rls_validation.py<br>old mode 100755<br>new mode 100644<br>index 7f30264..3d84f82<br>--- a/tests/channels/pjsip/subscriptions/rls/rls_validation.py<br>+++ b/tests/channels/pjsip/subscriptions/rls/rls_validation.py<br>@@ -1,4 +1,3 @@<br>-#/usr/bin/env python<br> """<br> Copyright (C) 2015, Digium, Inc.<br> Ashley Sanders <asanders@digium.com><br>diff --git a/tests/channels/pjsip/transfers/attended_transfer/nominal/callee_remote/transfer.py b/tests/channels/pjsip/transfers/attended_transfer/nominal/callee_remote/transfer.py<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/manager/bridge_actions/check_bridge.py b/tests/manager/bridge_actions/check_bridge.py<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/rest_api/applications/double-subscribe-device-state/subscribe_device_state.py b/tests/rest_api/applications/double-subscribe-device-state/subscribe_device_state.py<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/rest_api/bridges/bridge_record/bridges_record.py b/tests/rest_api/bridges/bridge_record/bridges_record.py<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/rest_api/bridges/playback/basic/bridges_play.py b/tests/rest_api/bridges/playback/basic/bridges_play.py<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/rest_api/bridges/playback/tones/bridges_play.py b/tests/rest_api/bridges/playback/tones/bridges_play.py<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/rest_api/channels/originate_then_continue/channel_originate.py b/tests/rest_api/channels/originate_then_continue/channel_originate.py<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/rest_api/external_interaction/attended_transfer/attended_transfer.py b/tests/rest_api/external_interaction/attended_transfer/attended_transfer.py<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/rest_api/external_interaction/blind_transfer/stasis_bridge_to_non_stasis_app/blind_transfer.py b/tests/rest_api/external_interaction/blind_transfer/stasis_bridge_to_non_stasis_app/blind_transfer.py<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/rest_api/mailbox/baseline/mailbox_baseline.py b/tests/rest_api/mailbox/baseline/mailbox_baseline.py<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/rest_api/recording/file_conflicts/recording.py b/tests/rest_api/recording/file_conflicts/recording.py<br>old mode 100755<br>new mode 100644<br>diff --git a/tests/rest_api/recording/format_unavailable/recording.py b/tests/rest_api/recording/format_unavailable/recording.py<br>old mode 100755<br>new mode 100644<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8469">change 8469</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/8469"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: newmaster </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I9aac68227e706a8d456110d6a5d46434ed8b1f57 </div>
<div style="display:none"> Gerrit-Change-Number: 8469 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Kevin Harwell <kharwell@digium.com> </div>