mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
some tests depends on umask
mysql-test/mysql-test-run.sh: binlog_stm_mix_innodb_my depends on umask
This commit is contained in:
parent
3d203da0e0
commit
a636ec4dec
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ TZ=$MY_TZ; export TZ # for UNIX_TIMESTAMP tests to work
|
|||
LOCAL_SOCKET=@MYSQL_UNIX_ADDR@
|
||||
MYSQL_TCP_PORT=@MYSQL_TCP_PORT@
|
||||
|
||||
umask 022
|
||||
|
||||
# For query_cache test
|
||||
case `uname` in
|
||||
SCO_SV | UnixWare | OpenUNIX )
|
||||
|
|
Loading…
Reference in a new issue