diff options
| author | Damien George <damien@micropython.org> | 2023-08-09 13:19:18 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-08-09 13:22:57 +1000 |
| commit | d529c20674131b9ce36853b92784e901a1bc86f4 (patch) | |
| tree | 5b0dcb0a1f578d04b0c195a30ff1a7ccfd29deaf /tests | |
| parent | 20d3a6b1964705596d690182956f56b4f7678041 (diff) | |
extmod/modssl_mbedtls: Fix ioctl of a socket in closed/error state.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/extmod/ssl_ioctl.py.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extmod/ssl_ioctl.py.exp b/tests/extmod/ssl_ioctl.py.exp index 72de7ed06..22208b00c 100644 --- a/tests/extmod/ssl_ioctl.py.exp +++ b/tests/extmod/ssl_ioctl.py.exp @@ -3,4 +3,4 @@ 10 OSError 4 0 3 32 -4 32 +4 0 |
