From 7f990b0ee3abbb94bdb929d38435cce5332f5601 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 20 Sep 2015 00:34:16 +0200 Subject: [PATCH] Correct whirlpool test It depended on 'openssl no-wp', which always exited with code 0, so this test would never be performed, and this, I never discovered that the program it's supposed to run was misspellt. Furthermore, the feature to check is 'whirlpool', not 'wp'. All corrected. Reviewed-by: Stephen Henson --- test/recipes/05-test_wp.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/recipes/05-test_wp.t b/test/recipes/05-test_wp.t index c05be9c5e9..e745f230f2 100644 --- a/test/recipes/05-test_wp.t +++ b/test/recipes/05-test_wp.t @@ -2,4 +2,4 @@ use OpenSSL::Test::Simple; -simple_test("test_wp", "wptest", "wp"); +simple_test("test_wp", "wp_test", "whirlpool"); -- 2.25.1