• Vladislav Vaintroub's avatar
    Remove bogus "perl not found" on Windows. · c9c4f15e
    Vladislav Vaintroub authored
    Testing exit code from popen(), comparing it with 1, and deciding that
    perl.exe is not there, is a) wrong conclusion, and b) uninteresting,
    because MTR always runs with perl, and with MTR_PERL set.
    
    Background:
    Recent change in 7af50e4d introduced
    exit code 1 from perl snippet, that broke Windows CI. Do not want
    to debug this ever again.
    c9c4f15e
mysqltest.cc 324 KB