Lines Matching refs:opts
102 my ($opts) = @_;
106 $opts->{command}
112 is($exit, 0, "command '".$opts->{command}."' completed without an error");
116 my ($opts) = @_;
117 my $amtexpectedexpired = scalar(@{$opts->{expirelist}});
124 if ($opts->{copydb}) {
131 $opts->{filename},
132 $opts->{testdate},
133 $opts->{need64bit}
147 foreach my $expire (@{$opts->{expirelist}}) {
162 is($exit, 1, "ca_internals_test: returned EXIT_FAILURE (".$opts->{description}.")");
163 …als_test: amount of expired certificates differs from expected amount (".$opts->{description}.")");
164 …ternals_test: list of expired certificates differs from expected list (".$opts->{description}.")");