From 48f1b8cc77e0ba01bc3aad74f5f6787969a722c5 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 21 Feb 2007 16:27:12 +0000 Subject: [PATCH] MFB --- .../tests/general_functions/proc_open02.phpt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ext/standard/tests/general_functions/proc_open02.phpt b/ext/standard/tests/general_functions/proc_open02.phpt index 8f087f3c14..8b30f99212 100644 --- a/ext/standard/tests/general_functions/proc_open02.phpt +++ b/ext/standard/tests/general_functions/proc_open02.phpt @@ -3,14 +3,14 @@ proc_open --SKIPIF-- --FILE-- - string(24) "/bin/nohup /bin/sleep 50" + string(28) "/usr/bin/nohup /bin/sleep 50" ["pid"]=> int(%d) ["running"]=> @@ -51,7 +51,7 @@ array(8) { bool(true) array(8) { ["command"]=> - string(24) "/bin/nohup /bin/sleep 50" + string(28) "/usr/bin/nohup /bin/sleep 50" ["pid"]=> int(%d) ["running"]=> @@ -72,7 +72,7 @@ Done! bool(true) array(8) { [u"command"]=> - unicode(24) "/bin/nohup /bin/sleep 50" + unicode(28) "/usr/bin/nohup /bin/sleep 50" [u"pid"]=> int(%d) [u"running"]=> @@ -91,7 +91,7 @@ array(8) { bool(true) array(8) { [u"command"]=> - unicode(24) "/bin/nohup /bin/sleep 50" + unicode(28) "/usr/bin/nohup /bin/sleep 50" [u"pid"]=> int(%d) [u"running"]=> -- 2.50.1