Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1425680
| From | SeongJae Park <sj38.park@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] selftests/lib: set printf.sh executable |
| Date | 2016-06-18 11:30 +0200 |
| Message-ID | <rLkJH-2cZ-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Test for test_printf module fails always because the test program, printf.sh, has no execution permission. This commit adds execution permission to it. Signed-off-by: SeongJae Park <sj38.park@gmail.com> --- tools/testing/selftests/lib/printf.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tools/testing/selftests/lib/printf.sh diff --git a/tools/testing/selftests/lib/printf.sh b/tools/testing/selftests/lib/printf.sh old mode 100644 new mode 100755 -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] selftests/lib: set printf.sh executable SeongJae Park <sj38.park@gmail.com> - 2016-06-18 11:30 +0200 Re: [PATCH] selftests/lib: set printf.sh executable Kees Cook <keescook@chromium.org> - 2016-06-18 20:00 +0200
csiph-web