1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-26713 Add test for mysql_install_db creating service, with i18

This commit is contained in:
Vladislav Vaintroub
2021-11-24 10:15:11 +01:00
committed by Sergei Golubchik
parent 57d52657a2
commit 74f2e6c85e
7 changed files with 117 additions and 0 deletions

View File

@ -109,6 +109,9 @@ sub skip_combinations {
$skip{'include/no_utf8_cli.inc'} = 'Not tested with utf8 command line support'
unless !utf8_command_line_ok();
$skip{'include/check_windows_admin.inc'} = 'Requires admin privileges'
unless IS_WINDOWS and Win32::IsAdminUser();
%skip;
}