Skip to content

Commit 4b5e76e

Browse files
use unique names for files generated in test script
1 parent 2ebe877 commit 4b5e76e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/x509/x509-process-test.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ run3() {
119119
test.pem tmp.pem
120120
rm -f test.pem tmp.pem
121121
echo "TEST 3.b"
122-
./wolfssl x509 -inform pem -in certs/ca-cert.pem -outform der -out test.der
123-
cert_test_case "-inform pem -outform der -in certs/ca-cert.pem -out tmp.der" \
124-
test.der tmp.der
125-
rm -f test.pem tmp.pem
122+
./wolfssl x509 -inform pem -in certs/ca-cert.pem -outform der -out x509_test.der
123+
cert_test_case "-inform pem -outform der -in certs/ca-cert.pem -out x509_tmp.der" \
124+
x509_test.der x509_tmp.der
125+
rm -f x509_test.pem x509_tmp.pem
126126
echo "TEST 3.c"
127127
test_case "-in certs/server-cert.pem -subject -noout"
128128
EXPECTED="/C=US/ST=Montana/L=Bozeman/O=wolfSSL/OU=Support/CN=www.wolfssl.com/emailAddress=info@wolfssl.com"

0 commit comments

Comments
 (0)