pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-05-27
2003-05-27 16:17:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>
6b29e79e721c9c148d86f4d479e16bcfa382c021 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Even more fixes.
Rev: src/testsuite.in:1.647
1:
-
test_true([["$Id: testsuite.in,v 1.
646
2003/05/27 16:
12
:
42
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
647
2003/05/27 16:
17
:
34
grubba Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
9665:
return sprintf("Bad termination returncode from wait():%d (expected -1)", code); }
-
sig = proc->last_signal();
+
int
sig = proc->last_signal();
if (sig != signum("KILL")) { proc->kill(signum("KILL")); return sprintf("Unexpected termination signal:%d (expected %d)",