pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-03-08
2004-03-08 09:30:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3f0b9a7586efda6ff3f296522de4b7bd81648fde (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/testsuite.in:1.704
1:
-
test_true([["$Id: testsuite.in,v 1.
703
2004/03/08 09:30:
20
grubba Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
704
2004/03/08 09:30:
46
grubba Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
10649:
} if (pid->status() <= 0) { pid->kill(9);
-
return "Killed"
.
+
return "Killed"
;
} return pid->wait(); ], 0)