diff options
Diffstat (limited to 'tests/cert-extensions')
| -rw-r--r-- | tests/cert-extensions | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/cert-extensions b/tests/cert-extensions index bc40298..d7e7855 100644 --- a/tests/cert-extensions +++ b/tests/cert-extensions @@ -4,7 +4,7 @@ x509_check() {      local cert="$1" ext out      out="$(mktemp --tmpdir)"      ext="basicConstraints,subjectAltName,keyUsage,extendedKeyUsage,tlsfeature" -    openssl x509 -noout -subject -ext "$ext" -nameopt compat <"$cert" >"$out" +    openssl x509 -in "$cert" -noout -subject -ext "$ext" -nameopt compat >"$out"      diff --unified --color=auto -b --label="a/${cert#/}" --label="b/${cert#/}" -- - "$out"  } | 
