diff --git a/src/test_certs_r3_with_bc.sh b/src/test_certs_r3_with_bc.sh index 2da9c17..c1eb1c0 100755 --- a/src/test_certs_r3_with_bc.sh +++ b/src/test_certs_r3_with_bc.sh @@ -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