From 20459a41d8633a43a08ae07907b421bf1aff6360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Wed, 28 Jun 2000 17:11:04 -0700 Subject: [PATCH] test for Process.split_quoted_string added Rev: src/testsuite.in:1.308 --- src/testsuite.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/testsuite.in b/src/testsuite.in index 39c7d892b1..cbe3587e66 100644 --- a/src/testsuite.in +++ b/src/testsuite.in @@ -1,4 +1,4 @@ -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,6 +5151,7 @@ test_true(Process.popen) 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) -- GitLab