aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen-verify-test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gen-verify-test.pl')
-rw-r--r--scripts/gen-verify-test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen-verify-test.pl b/scripts/gen-verify-test.pl
index 04e5a47a..fd9a3724 100644
--- a/scripts/gen-verify-test.pl
+++ b/scripts/gen-verify-test.pl
@@ -68,7 +68,7 @@ for my $f (@files) {
next unless (@parents);
print("echo ", "=" x 40, "\n",
"echo Checking chain:\n");
- print("echo ' File: $f'\n",
+ print("echo ' File: $_'\n",
"$openssl x509 -noout -text -certopt no_header,no_signame,no_validity,no_pubkey,no_sigdump,no_version -in $_\n")
foreach (($f, @parents));
print("cat >CAfile.pem");