mirror of
https://github.com/MariaDB/server.git
synced 2025-11-24 14:39:43 +01:00
9 lines
144 B
Perl
9 lines
144 B
Perl
package My::Suite::Func_test;
|
|
|
|
@ISA = qw(My::Suite);
|
|
|
|
return "No FUNC_TEST plugin" unless $ENV{FUNC_TEST_SO};
|
|
|
|
sub is_default { 1 }
|
|
|
|
bless { };
|