pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-06-29
2000-06-29 00:11:04 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
20459a41d8633a43a08ae07907b421bf1aff6360 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
test for Process.split_quoted_string added
Rev: src/testsuite.in:1.308
1:
-
test_true([["$Id: testsuite.in,v 1.
307
2000/06/
22
13
:
36
:
22
grubba
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
308
2000/06/
29
00
:
11
:
04
hubbe
Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
5151:
test_true(Process.spawn) test_true(Process.system) test_true(Process.create_process)
+
test_equal([[Process.split_quoted_string("test ")]],[[({"test"})]])
test_false([[Process.system(RUNPIKE +" -e 'exit(0)'")]]) test_true([[Process.system(RUNPIKE+" -e 'exit(1)'")]]) test_any([[object p=Process.create_process(Process.split_quoted_string(RUNPIKE)+({"-e","exit(2)"})); sleep(10); return p->wait()]],2)