mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fix merge commit 5ea5291
: No test file or result files should be executable
In commit 5ea5291
@sanja-byelkin for unknown reason switched the file mode
for 3 Galera tzinfo related test files from 644 -> 755. This exists only
from branch 10.6 onward:
$ git checkout 10.5
$ find mysql-test -executable -name *.test -or -executable -name *.result
(no results)
$ git checkout 10.6
$ find mysql-test -executable -name *.test -or -executable -name *.result
mysql-test/suite/galera/t/mysql_tzmysql-test/suite/galera/t/mysql_tzinfo_to_sql.test
mysql-test/suite/galera/t/mariadb_tzinfo_to_sql.test
mysql-test/suite/galera/r/mariadb_tzinfo_to_sql.resultinfo_to_sql.test
mysql-test/suite/galera/t/mariadb_tzinfo_to_sql.test
mysql-test/suite/galera/r/mariadb_tzinfo_to_sql.result
No test file nor test result file should be executable, so run chmod -x
on them.
All new code of the whole pull request, including one or several files
that are either new files or modified ones, are contributed under the
BSD-new license. I am contributing on behalf of my employer Amazon Web
Services, Inc.
This commit is contained in:
parent
625a150a86
commit
8941bdc474
3 changed files with 0 additions and 0 deletions
0
mysql-test/suite/galera/r/mariadb_tzinfo_to_sql.result
Executable file → Normal file
0
mysql-test/suite/galera/r/mariadb_tzinfo_to_sql.result
Executable file → Normal file
0
mysql-test/suite/galera/t/mariadb_tzinfo_to_sql.test
Executable file → Normal file
0
mysql-test/suite/galera/t/mariadb_tzinfo_to_sql.test
Executable file → Normal file
0
mysql-test/suite/galera/t/mysql_tzinfo_to_sql.test
Executable file → Normal file
0
mysql-test/suite/galera/t/mysql_tzinfo_to_sql.test
Executable file → Normal file
Loading…
Reference in a new issue