diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2017-03-03 12:33:24 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2017-03-07 22:28:33 +0400 |
commit | fa137476ff14a42c25f221585066d36124755f0a (patch) | |
tree | 366fcb7ea7dfcd1f5c319efaeb84f0c5c9ea85d1 /mysql-test/t/lowercase_mixed_tmpdir-master.sh | |
parent | aeff61ee5857f2351030c604f62dc7628543209a (diff) | |
download | mariadb-git-fa137476ff14a42c25f221585066d36124755f0a.tar.gz |
MDEV-11941 - Lintian complains about executable bits
Revoked executable bit from files that are not supposed to be executed directly.
Removed interpreted from files that are not supposed to be executed directly.
Added interpreter to files that are supposed to be executed directly.
Diffstat (limited to 'mysql-test/t/lowercase_mixed_tmpdir-master.sh')
-rw-r--r--[-rwxr-xr-x] | mysql-test/t/lowercase_mixed_tmpdir-master.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/lowercase_mixed_tmpdir-master.sh b/mysql-test/t/lowercase_mixed_tmpdir-master.sh index 9330d0581ee..95c26e3aa02 100755..100644 --- a/mysql-test/t/lowercase_mixed_tmpdir-master.sh +++ b/mysql-test/t/lowercase_mixed_tmpdir-master.sh @@ -1,4 +1,3 @@ -#!/bin/sh # This test requires a non-lowercase tmpdir directory on a case-sensitive # filesystem. |