pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-05-24
2003-05-24 12:02:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1d68125afce9803b4c6d30e513b45ff78c616d0c (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added kludge for FreeBSD.
Rev: src/testsuite.in:1.644
1:
-
test_true([["$Id: testsuite.in,v 1.
643
2003/05/24
11
:
53
:
20
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
644
2003/05/24
12
:
02
:
25
grubba Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
9625:
} proc->cont();
+
sleep(5); // Give it some time to settle down after initialization.
+
// Check that we can block deadly signals. proc->kill(signum("TERM")); code = proc->wait();