We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7de444 commit c341af3Copy full SHA for c341af3
src/test_certs_r4.sh
@@ -75,7 +75,7 @@ test_ta () {
75
76
77
# test for an error and print a link in the results CSV file
78
- if [[ $status -ne 0 ]]; then
+ if [ $status -ne 0 ]; then
79
echo "Certificate Validation Result: FAIL"
80
echo $oid,N >> $resultsfile
81
else
0 commit comments