2008-09-19 12:31:23 -04:00
|
|
|
$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*)
|
2008-02-09 12:51:03 -05:00
|
|
|
echo Please terminate timeout-server.exe in Task Manager.
|
|
|
|
wait $server
|
|
|
|
;;
|
|
|
|
+*BSD)
|
|
|
|
+ pkill lt-timeout-server
|
2008-09-19 12:31:23 -04:00
|
|
|
+ ;;
|
2008-02-09 12:51:03 -05:00
|
|
|
*)
|
|
|
|
echo Please kill timeout-server and/or lt-timeout-server from another window,
|
|
|
|
echo then type something here.
|