Check the validity of MINFO
authorRichard Levitte <levitte@openssl.org>
Sun, 9 Aug 2015 04:52:50 +0000 (06:52 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 7 Sep 2015 14:10:58 +0000 (16:10 +0200)
commit53520ebe8757fea7d2e9ffe3d0c610dd6b9b9cc6
tree1b0b38eba558cb069a3a5c468f7700ef71c564eb
parent2511c12bf2d5f07f329d1e90cde8791817e4357e
Check the validity of MINFO

MINFO may be an old file lying around, which might have
00-check_testexes.t produce incorrect results.  To make sure this
doesn't happen, check the variable VERSION in it against the same
variable in the top Makefile.

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/recipes/00-check_testexes.t