Skip to content

Commit

Permalink
chore(tests): correctly remove srl files when updating tls fixtures (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Dec 4, 2023
1 parent 3d11e0f commit 272e06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/tls/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ openssl x509 \
-passin pass:minipassphrase

rm -rf $DOMAIN.{csr,ext}
rm -rf .srl
rm -rf *.srl

0 comments on commit 272e06e

Please sign in to comment.