All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] test: make all files executable
@ 2019-11-17 22:03 David Lechner
  2019-11-18 21:35 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: David Lechner @ 2019-11-17 22:03 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 559 bytes --]

This sets the executable bit on the only two files in the test directory
that do not already have it set.
---
 test/set-sms-alphabet       | 0
 test/test-serving-cell-info | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 test/set-sms-alphabet
 mode change 100644 => 100755 test/test-serving-cell-info

diff --git a/test/set-sms-alphabet b/test/set-sms-alphabet
old mode 100644
new mode 100755
diff --git a/test/test-serving-cell-info b/test/test-serving-cell-info
old mode 100644
new mode 100755
-- 
2.20.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] test: make all files executable
  2019-11-17 22:03 [PATCH] test: make all files executable David Lechner
@ 2019-11-18 21:35 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2019-11-18 21:35 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 465 bytes --]

Hi David,

On 11/17/19 4:03 PM, David Lechner wrote:
> This sets the executable bit on the only two files in the test directory
> that do not already have it set.
> ---
>   test/set-sms-alphabet       | 0
>   test/test-serving-cell-info | 0
>   2 files changed, 0 insertions(+), 0 deletions(-)
>   mode change 100644 => 100755 test/set-sms-alphabet
>   mode change 100644 => 100755 test/test-serving-cell-info
> 

Applied, thanks.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-18 21:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-17 22:03 [PATCH] test: make all files executable David Lechner
2019-11-18 21:35 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.