mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Backport from 10.0-base fix for tests failing when vardir has no execute permissions.
This commit is contained in:
parent
e1095c1a22
commit
84a2fb4836
1 changed files with 1 additions and 3 deletions
|
|
@ -58,9 +58,7 @@
|
|||
--let $perlChecker= $MYSQLTEST_VARDIR/std_data/checkDBI_DBD-mysql.pl
|
||||
--let $resultFile= $MYSQL_TMP_DIR/dbidbd-mysql.txt
|
||||
|
||||
# Make the script executable and execute it.
|
||||
--chmod 0755 $perlChecker
|
||||
--exec $perlChecker
|
||||
--exec perl $perlChecker
|
||||
|
||||
# Source the resulting temporary file and look for a variable being set.
|
||||
--source $resultFile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue