pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-04-03
2003-04-03 13:59:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8cf4a9f6d4b55506dd717efa66ab217a384eb0fd (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed test type in test of TraceProcess().
Rev: src/testsuite.in:1.632
1:
-
test_true([["$Id: testsuite.in,v 1.
631
2003/04/
02
19
:
42
:
57
nilsson
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
632
2003/04/
03
13
:
59
:
05
grubba
Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
9171:
cond([[ file_stat("/bin/sleep") && __builtin->TraceProcess && (cpp("__NT__")/"\n")[1]=="__NT__" ]], [[
-
test_
do
([[
+
test_
any
([[
// Check that tracing works... Process.TraceProcess proc = Process.TraceProcess(({ "/bin/sleep", "99999" }));