test/recipes/30-test_evp.t: Fix multiple definition of @bffiles
authorRichard Levitte <levitte@openssl.org>
Sat, 25 Jan 2020 06:55:36 +0000 (07:55 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 26 Jan 2020 15:25:47 +0000 (16:25 +0100)
commit4ff5b41af15ce731f03bbb43250c8ef1ed88b513
treeb94aa98ed5b5cdc5a93804560169d2561f9e66e0
parentb0031e5dc2c8c99a6c04bc7625aa00d3d20a59a5
test/recipes/30-test_evp.t: Fix multiple definition of @bffiles

Curiously enough, perl only warned about the shadowing.  However, the
following 'plan' statement got disturbed somehow, as one could notice
the test counter say "11/?" instead of "11/25".

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/10944)
test/recipes/30-test_evp.t