diff options
| author | Antony Dovgal <tony2001@php.net> | 2006-05-16 22:59:32 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2006-05-16 22:59:32 +0000 |
| commit | 1f02fad528a44387e879b889bafd2d80b2019252 (patch) | |
| tree | a7a8b5b11a61fb32c2d3f7bb880e7847706e232a /tests | |
| parent | ccad354535ff85ac23ed24b3a89be6012c2a29a9 (diff) | |
| download | php-git-1f02fad528a44387e879b889bafd2d80b2019252.tar.gz | |
fix test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/basic/021.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/021.phpt b/tests/basic/021.phpt index f0943f2a66..957a393a48 100644 --- a/tests/basic/021.phpt +++ b/tests/basic/021.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #37276 (problems witch $_POST array) --SKIPIF-- -<?php if (php_sapi_name()=='cli') echo 'skip'; ?> +<?php if (php_sapi_name()=='cli') die('skip'); ?> --POST_RAW-- Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737 -----------------------------20896060251896012921717172737 |
