summaryrefslogtreecommitdiffstats
path: root/test/recipes/05-test_wp.t
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-09-20 00:34:16 +0200
committerRichard Levitte <levitte@openssl.org>2015-09-20 02:06:51 +0200
commit7f990b0ee3abbb94bdb929d38435cce5332f5601 (patch)
tree157819e5ef42ecf46bc87bfc4a76dcc0b64d38f1 /test/recipes/05-test_wp.t
parentda9a22bb579821d0ababac7319c2f2995e66e4d3 (diff)
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 <steve@openssl.org>
Diffstat (limited to 'test/recipes/05-test_wp.t')
-rw-r--r--test/recipes/05-test_wp.t2
1 files changed, 1 insertions, 1 deletions
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");