Home
last modified time | relevance | path

Searched refs:CLI_EXPECT (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/
Dssl-opt.sh1399 if [ \( "$CLI_EXPECT" = 0 -a "$CLI_EXIT" != 0 \) -o \
1400 \( "$CLI_EXPECT" != 0 -a "$CLI_EXIT" = 0 \) ]
1402 fail "bad client exit code (expected $CLI_EXPECT, got $CLI_EXIT)"
1664 CLI_EXPECT="$3"