mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Create 'main' test directory and move 't' and 'r' there
This commit is contained in:
13
mysql-test/main/ipv4_and_ipv6.test
Normal file
13
mysql-test/main/ipv4_and_ipv6.test
Normal file
@ -0,0 +1,13 @@
|
||||
--source include/check_ipv6.inc
|
||||
--source include/not_embedded.inc
|
||||
|
||||
echo =============Test of '::1' ========================================;
|
||||
let $IPv6= ::1;
|
||||
--source include/ipv6_clients.inc
|
||||
--source include/ipv6.inc
|
||||
|
||||
echo =============Test of '127.0.0.1' (IPv4) ===========================;
|
||||
let $IPv6= 127.0.0.1;
|
||||
--source include/ipv6_clients.inc
|
||||
--source include/ipv6.inc
|
||||
|
Reference in New Issue
Block a user