mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
tests: Fix typo in common.bash (#2665)
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
2a590113fd
commit
b671329de5
|
@ -21,7 +21,7 @@ function repeat_until_success_or_timeout {
|
|||
fi
|
||||
|
||||
if ! [[ "${1}" =~ ^[0-9]+$ ]]; then
|
||||
echo "First parameter for timeout must be an integer, recieved \"${1}\""
|
||||
echo "First parameter for timeout must be an integer, received \"${1}\""
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
@ -50,7 +50,7 @@ function repeat_until_success_or_timeout {
|
|||
# @param ... test command to run
|
||||
function run_until_success_or_timeout {
|
||||
if ! [[ ${1} =~ ^[0-9]+$ ]]; then
|
||||
echo "First parameter for timeout must be an integer, recieved \"${1}\""
|
||||
echo "First parameter for timeout must be an integer, received \"${1}\""
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue