]> wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Migrate test framework to Test2
authorAlexander Bokovoy <abokovoy@redhat.com>
Thu, 4 Oct 2018 07:23:44 +0000 (10:23 +0300)
committerAlexander Bokovoy <abokovoy@redhat.com>
Sat, 16 Feb 2019 18:56:42 +0000 (20:56 +0200)
At least Fedora 30 will have no Test::More anymore. Test::More is
deprecated, as well as Test::Stream and Test2 is a recommended
replacement.

Luckily, gost-engine's use of Test::More is limited to functions which
are compatible with implementations in Test2, so only module import and
test plan announcement need to change.

Also, on Fedora 29 perl 5.28 is very picky on undefined variables.


No differences found