Skip to content

Commit ca7ca27

Browse files
Merge pull request #188 from kojiws/imporove_test_script
Improve x509-req-test.sh
2 parents 34037e2 + f09a33d commit ca7ca27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/x509/x509-req-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ run_fail() {
4343
}
4444

4545

46-
cat << EOF >> test.conf
46+
cat << EOF > test.conf
4747
[ req ]
4848
distinguished_name =req_distinguished_name
4949
attributes =req_attributes
@@ -90,7 +90,7 @@ DNS.9 = thirdName
9090
DNS.10 = tenthName
9191
EOF
9292

93-
cat << EOF >> test-prompt.conf
93+
cat << EOF > test-prompt.conf
9494
[ req ]
9595
distinguished_name =req_distinguished_name
9696
attributes =req_attributes

0 commit comments

Comments
 (0)