diff options
| author | Xinchen Hui <laruence@php.net> | 2015-05-27 17:41:38 +0800 |
|---|---|---|
| committer | Xinchen Hui <laruence@php.net> | 2015-05-27 17:41:38 +0800 |
| commit | 0e438a2783bb0f804bbd45cb4a3bf7910bfae2e4 (patch) | |
| tree | 66c00e663a2e1b583e4baa703886722c37755fc5 /run-tests.php | |
| parent | c17029315fa3e2d3d7501058d1fd22f08b0d26ec (diff) | |
| download | php-git-0e438a2783bb0f804bbd45cb4a3bf7910bfae2e4.tar.gz | |
Remove debug codes
Diffstat (limited to 'run-tests.php')
| -rwxr-xr-x | run-tests.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php index cbc43595ff..70d9cc3f5d 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1751,7 +1751,6 @@ TEST $file } else if (array_key_exists('POST', $section_text) && !empty($section_text['POST'])) { $post = trim($section_text['POST']); - file_put_contents("/tmp/post", $post); $content_length = strlen($post); save_text($tmp_post, $post); |
