diff options
author | SeongJae Park <[email protected]> | 2016-06-18 18:28:39 +0900 |
---|---|---|
committer | Shuah Khan <[email protected]> | 2016-06-27 13:17:14 -0600 |
commit | 3aefd1febd882a76e21ca8f61ade03b9c1a2c719 (patch) | |
tree | 622d8b8dc6e1d4d78127b92d5e6f96af0c62ec1e | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) |
selftests/lib: set printf.sh executable
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 <[email protected]>
Acked-by: Kees Cook <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
-rwxr-xr-x[-rw-r--r--] | tools/testing/selftests/lib/printf.sh | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tools/testing/selftests/lib/printf.sh b/tools/testing/selftests/lib/printf.sh index 4fdc70fe6980..4fdc70fe6980 100644..100755 --- a/tools/testing/selftests/lib/printf.sh +++ b/tools/testing/selftests/lib/printf.sh |