mirror of
https://gitlab.com/sinclair2/bacme
synced 2025-08-22 09:57:34 +00:00
fix test
This commit is contained in:
parent
046ca18076
commit
6fa3617b55
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user