$OpenBSD: patch-test_timeout_sh,v 1.3 2008/09/19 16:31:23 jasper Exp $ --- test/timeout.sh.orig Sun Aug 31 16:04:42 2008 +++ test/timeout.sh Fri Sep 19 18:29:06 2008 @@ -21,6 +21,9 @@ MINGW*) echo Please terminate timeout-server.exe in Task Manager. wait $server ;; +*BSD) + pkill lt-timeout-server + ;; *) echo Please kill timeout-server and/or lt-timeout-server from another window, echo then type something here.