Skip to content

Commit c341af3

Browse files
committed
debugging
1 parent a7de444 commit c341af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_certs_r4.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ test_ta () {
7575

7676

7777
# test for an error and print a link in the results CSV file
78-
if [[ $status -ne 0 ]]; then
78+
if [ $status -ne 0 ]; then
7979
echo "Certificate Validation Result: FAIL"
8080
echo $oid,N >> $resultsfile
8181
else

0 commit comments

Comments
 (0)