pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-11-02
2001-11-02 15:48:47 by Martin Stjernholm <mast@lysator.liu.se>
45143bae31d44e6dbb0c87fb14e79df04f823cda (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
master()->_master_file_name can be 0.
Rev: src/testsuite.in:1.468
1:
-
test_true([["$Id: testsuite.in,v 1.
467
2001/11/02
11
:
45
:
59
mast Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
468
2001/11/02
15
:
48
:
47
mast Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
2629:
Process.Process writer = Process.create_process ( ({master()->_pike_file_name,
-
"-m" + master()->_master_file_
name
,
+
@(master()->_master_file_name ?
+
({
"-m" + master()->_master_file_
name}) : ({}))
,
"-e", sprintf ("sleep (0.5); " "Stdio.File f = Stdio.File (%O, \"w\"); "