Skip to content

Commit

Permalink
Adding bc automation
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth committed Aug 29, 2024
1 parent 94b3025 commit 5f0131c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_certs_r3_with_bc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test_ta () {
printf "\nTesting %s\n" $tafile >> $logfile

# The actual openssl command that is the heart of this script
ossl_output=$(verify_r3.sh $tafile 2>&1)
ossl_output=$(verify_r3.sh $(pwd)/$tafile 2>&1)
ossl_status=$?

# log it to file and to stdout
Expand Down

0 comments on commit 5f0131c

Please sign in to comment.