mysql-test-run.pl: Append .nlm to the binary name on NetWare
This commit is contained in:
parent
db3a21e75b
commit
877c037ac6
@ -134,6 +134,7 @@ sub mtr_exe_maybe_exists (@) {
|
|||||||
my @path= @_;
|
my @path= @_;
|
||||||
|
|
||||||
map {$_.= ".exe"} @path if $::glob_win32;
|
map {$_.= ".exe"} @path if $::glob_win32;
|
||||||
|
map {$_.= ".nlm"} @path if $::glob_netware;
|
||||||
foreach my $path ( @path )
|
foreach my $path ( @path )
|
||||||
{
|
{
|
||||||
if($::glob_win32)
|
if($::glob_win32)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user