Fix: resolve FTBFS due to unit-tests.sh failure The unit-tests.sh script fails in the last check due to an issue with the server connection. The expected return code should be ENETUNREACH (101) instead of ETIMEDOUT (110), which aligns with network failure handling.