mariadb/mysql-test/include/hostname_is_not_localhost.inc
Sergei Golubchik ad297c5181 MDEV-7761 Some MTR tests fail when run on a host named 'localhost'
skip the test in the unlikely case of hostname being "localhost"
2025-07-21 10:24:14 +02:00

3 lines
76 B
PHP

if (`select @@hostname='localhost'`) {
skip need hostname!='localhost';
}