openbsd-ports/devel/ORBit2/patches/patch-test_timeout_sh
jasper 8fc183ba01 - update ORBit2 to 2.14.15
* several bugfixes and speed-ups
* fix issue with regression tests
2008-09-19 16:31:23 +00:00

14 lines
449 B
Plaintext

$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.