Skip to content

Commit

Permalink
Fix bug #61454 ext\standard\tests\general_functions\bug49847.phpt fails
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Apr 3, 2012
1 parent 94cefae commit 14e74ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/tests/general_functions/bug49847.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 14e74ae

Please sign in to comment.