Branch: Tag:

2000-06-29

2000-06-29 00:11:04 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

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)