test/recipes/30-test_afalg.t: set OPENSSL_ENGINES correctly
authorRichard Levitte <levitte@openssl.org>
Wed, 7 Feb 2018 13:02:49 +0000 (14:02 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 7 Feb 2018 15:15:47 +0000 (16:15 +0100)
commit7d3901f6dbaace18c0307b1f6a20f38fe6a91807
tree05e9a2516d7df0db81f3d099ec38bc058ec82fea
parent227a1e3f45bf06fdb00f2bdfb922f6f0d1f1d1de
test/recipes/30-test_afalg.t: set OPENSSL_ENGINES correctly

The afalg engine was moved down from engines/afalg/ to engines/, but
the test wasn't changed accordingly.  This was undetected because the
test program didn't fail when it couldn't load the engine.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5270)
test/recipes/30-test_afalg.t