mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-24 05:08:41 +00:00
Rather than flat-out die when we can't see the server started with lsof, just stop waiting and try to go ahead with the test. Maybe it'll work if there was a problem with lsof, most probably it will fail, but at least we'll have the log, and the results of the following tests. Note: date +%s isn't POSIX, but it works at least on Linux, Darwin/FreeBSD and OpenBSD, which should be good enough for a test script.