summaryrefslogtreecommitdiffstats
path: root/test/recipes/15-test_gendhparam.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/15-test_gendhparam.t')
-rw-r--r--test/recipes/15-test_gendhparam.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/recipes/15-test_gendhparam.t b/test/recipes/15-test_gendhparam.t
index b95695b4dc..37178af643 100644
--- a/test/recipes/15-test_gendhparam.t
+++ b/test/recipes/15-test_gendhparam.t
@@ -118,12 +118,12 @@ my @testdata = (
# expect => [ 'BEGIN DH PARAMETERS', 'G: 5' ],
# message => 'DH safe prime generator using an alias',
# },
- {
+ {
algorithm => 'DHX',
pkeyopts => [ 'type:generator', 'safeprime-generator:5'],
expect => [ 'ERROR' ],
message => 'safe prime generator should fail for DHX',
- },
+ }
);
plan skip_all => "DH isn't supported in this build" if disabled("dh");
@@ -165,7 +165,7 @@ sub compareline {
}
print "-----------------\n";
foreach (@lines) {
- print $_;
+ print "# ".$_;
}
print "-----------------\n";
foreach my $ex (@expected) {