Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/
H A Dssl-opt.sh1350 # * $CLI_EXPECT: expected client return code
1399 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"

Completed in 15 milliseconds