We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3139ec commit 438fcfdCopy full SHA for 438fcfd
test/units/testsuite-02.sh
@@ -34,7 +34,7 @@ fi
34
# Arguments:
35
# $1: test path
36
# $2: test exit code
37
-function report_result() {
+report_result() {
38
if [[ $# -ne 2 ]]; then
39
echo >&2 "check_result: missing arguments"
40
exit 1
test/units/testsuite-16.sh
@@ -7,7 +7,7 @@ rm -f /test.log
7
8
TESTLOG=/test.log.XXXXXXXX
9
10
-function wait_for()
+wait_for()
11
{
12
local service="${1:-wait_for: missing service argument}"
13
local result="${2:-success}"
@@ -23,7 +23,7 @@ function wait_for()
23
fi
24
}
25
26
-function wait_for_timeout()
+wait_for_timeout()
27
28
local unit="$1"
29
local time="$2"
0 commit comments