From f09a33d22c23b1b5101156af896cf7c87f901e25 Mon Sep 17 00:00:00 2001 From: Koji Takeda Date: Fri, 1 Aug 2025 19:11:38 +0900 Subject: [PATCH] Improve test script --- tests/x509/x509-req-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/x509/x509-req-test.sh b/tests/x509/x509-req-test.sh index b86945f4..4ba35832 100755 --- a/tests/x509/x509-req-test.sh +++ b/tests/x509/x509-req-test.sh @@ -43,7 +43,7 @@ run_fail() { } -cat << EOF >> test.conf +cat << EOF > test.conf [ req ] distinguished_name =req_distinguished_name attributes =req_attributes @@ -90,7 +90,7 @@ DNS.9 = thirdName DNS.10 = tenthName EOF -cat << EOF >> test-prompt.conf +cat << EOF > test-prompt.conf [ req ] distinguished_name =req_distinguished_name attributes =req_attributes