61f611800a
(bugfixes and prepare for glib2 2.15.x) - add license marker tested in a bulk build by steven@ ok ajacoutot@
13 lines
441 B
Plaintext
13 lines
441 B
Plaintext
$OpenBSD: patch-test_timeout_sh,v 1.2 2008/02/09 17:51:04 jasper Exp $
|
|
--- test/timeout.sh.orig Fri Feb 1 14:52:34 2008
|
|
+++ test/timeout.sh Fri Feb 1 14:53:26 2008
|
|
@@ -21,6 +21,8 @@ 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.
|