mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 15:55:53 +02:00
mysql-test-run.pl: Append .nlm to the binary name on NetWare
mysql-test/lib/mtr_misc.pl: Append .nlm to the binary name on NetWare
This commit is contained in:
parent
11c27cf6b5
commit
7200e2e743
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ sub mtr_exe_maybe_exists (@) {
|
|||
my @path= @_;
|
||||
|
||||
map {$_.= ".exe"} @path if $::glob_win32;
|
||||
map {$_.= ".nlm"} @path if $::glob_netware;
|
||||
foreach my $path ( @path )
|
||||
{
|
||||
if($::glob_win32)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue