projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da9a22b
)
Correct whirlpool test
author
Richard Levitte
<levitte@openssl.org>
Sat, 19 Sep 2015 22:34:16 +0000
(
00:34
+0200)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/test/recipes/05-test_wp.t
b/test/recipes/05-test_wp.t
index c05be9c5e9e63e6cd8419c47e8660180c468172e..e745f230f2cea2b87cce66c12318c2ab4dd471d7 100644
(file)
--- 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", "wp
test", "wp
");
+simple_test("test_wp", "wp
_test", "whirlpool
");