When looking for executables, don't forget the extension
authorRichard Levitte <levitte@openssl.org>
Thu, 31 Mar 2016 13:02:02 +0000 (15:02 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 31 Mar 2016 17:54:37 +0000 (19:54 +0200)
commitd8a52304ae704edb6a5619b6a1604821b75bee50
tree596019329dd10d0fb970e93786d0f406125e2927
parent580731aff3fc9855ea93ea734bd924febea027c3
When looking for executables, don't forget the extension

Because some operating systems have executable extensions, typically
".exe", we need to append it when looking for files in test() and
app() (or rather, their subroutines).

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/testlib/OpenSSL/Test.pm