Make SSL regression test suite more portable by avoiding cp.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 9 Apr 2015 19:07:18 +0000 (22:07 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 9 Apr 2015 19:07:18 +0000 (22:07 +0300)
commit5d79b67bdd57c2fed3e66f5102bd79e88ecb5af3
treee5e3f12bc7f1ccb5f266032c6b77d6fafde40be8
parent0fb256dc8291657489e75ebb9cedc9a5012348ef
Make SSL regression test suite more portable by avoiding cp.

Use perl 'glob' and File::Copy instead of "cp". This takes us one step
closer to running the suite on Windows.

Michael Paquier
src/test/ssl/ServerSetup.pm