Closed
Bug 487991
Opened 16 years ago
Closed 15 years ago
ssl.sh test script reports invalid expressions being given to expr
Categories
(NSS :: Test, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: nelson, Assigned: slavomir.katuscak+mozilla)
Details
The output of ssl.sh shows many repetitions of lines like these:
> tstclnt: write to SSL socket failed: You are attempting to import a cert with
> the same issuer/serial as an existing cert, but that is not the same cert.
> tstclnt: exiting with return code 254
> Usage: expr expression
Those expr errors are a sign of a shell programming bug.
They make ssl.sh useless.
Assignee | ||
Comment 1•16 years ago
|
||
Nelson, can you please provide more details how to reproduce it ? Or at least bigger part of log to see which test it was. I just grepped few Tinderbox logs and none of them contained this error message.
Assignee | ||
Comment 2•15 years ago
|
||
Reviewed more log files from different platforms, haven't seen this error any more. Also I reviewed ssl.sh and seems to be safe now.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•