Fix bug #61454 ext\standard\tests\general_functions\bug49847.phpt fails
authorAnatoliy Belsky <ab@php.net>
Tue, 3 Apr 2012 11:23:06 +0000 (13:23 +0200)
committerAnatoliy Belsky <ab@php.net>
Tue, 3 Apr 2012 11:23:06 +0000 (13:23 +0200)
ext/standard/tests/general_functions/bug49847.phpt

index 6312d03c0e24061c4928763ba10494b8ba4e161c..112592d6edcb5d2fab2971708019134f418acae1 100644 (file)
@@ -9,7 +9,7 @@ if ($iswin) {
        $s = str_repeat(' ', 4097);
        $s .= '1';
        file_put_contents($f, $s);
-       exec('more ' . $f, $output);
+       exec('type ' . $f, $output);
 } else {
        exec("printf %4098d 1", $output);
 }