diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-10-22 14:19:02 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-10-22 14:19:02 +0000 |
commit | dd56de8d1e15e1f950fb8c9d9e89aa623679c251 (patch) | |
tree | c45de83389a80fe5f1a05b16d43a958a9d64cf75 /pear/tests/pear_system.phpt | |
parent | 5c53cdafcb56babc720228ccd69550ebd57605b2 (diff) | |
download | php-git-dd56de8d1e15e1f950fb8c9d9e89aa623679c251.tar.gz |
Disable PEAR tests. These tests have too many dependcies such as
pre-installed PEAR, needing to run as root user, most tests
will fail if PEAR install directory is not inside include_path and so on.
Diffstat (limited to 'pear/tests/pear_system.phpt')
-rw-r--r-- | pear/tests/pear_system.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pear/tests/pear_system.phpt b/pear/tests/pear_system.phpt index a797cb65ca..64f3d1143e 100644 --- a/pear/tests/pear_system.phpt +++ b/pear/tests/pear_system.phpt @@ -1,6 +1,7 @@ --TEST-- System commands tests --SKIPIF-- +skip --FILE-- <?php error_reporting(E_ALL); |