2
0
mirror of https://gitlab.com/sinclair2/bacme synced 2025-08-22 09:57:34 +00:00
This commit is contained in:
Stephan Uhlmann 2024-07-17 14:13:54 +02:00
parent 046ca18076
commit 6fa3617b55

View File

@ -28,7 +28,7 @@ runtest()
runtest "bacme noparamcheck" "../bacme 2>&1" "[ \$RET -eq 1 ] && ( echo \"\$OUTPUT\" | grep \"ERROR: Missing parameter\" >/dev/null )"
runtest "bacme invalid" "../bacme -v -t doesnotexist.example.com 2>&1 <<< \"\\n\"" "[ \$RET -eq 1 ] && ( echo \"\$OUTPUT\" | grep \"ERROR: The server unsuccessfully validated your authorization challenge(s). Cannot continue.\" >/dev/null )"
runtest "bacme invalid" "../bacme -v -t doesnotexist.example.com 2>&1 <<< \"\\n\"" "[ \$RET -eq 1 ] && ( echo \"\$OUTPUT\" | grep \"urn:ietf:params:acme:error:rejectedIdentifier\" >/dev/null )"
rm -rf doesnotexist.example.com