From 4f3150c3507a71e05b454d3e10875c45ecd998ac Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 21 Feb 2007 16:25:37 +0000 Subject: [PATCH] use /usr/bin/nohup instead --- ext/standard/tests/general_functions/proc_open02.phpt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/standard/tests/general_functions/proc_open02.phpt b/ext/standard/tests/general_functions/proc_open02.phpt index b89c616fe6..b086f6f6e1 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"]=> -- 2.40.0