Correct whirlpool test
authorRichard Levitte <levitte@openssl.org>
Sat, 19 Sep 2015 22:34:16 +0000 (00:34 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 20 Sep 2015 00:06:51 +0000 (02:06 +0200)
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 <steve@openssl.org>
test/recipes/05-test_wp.t

index c05be9c5e9e63e6cd8419c47e8660180c468172e..e745f230f2cea2b87cce66c12318c2ab4dd471d7 100644 (file)
@@ -2,4 +2,4 @@
 
 use OpenSSL::Test::Simple;
 
-simple_test("test_wp", "wptest", "wp");
+simple_test("test_wp", "wp_test", "whirlpool");