diff options
| author | foobar <sniper@php.net> | 2005-03-31 19:43:48 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-03-31 19:43:48 +0000 |
| commit | 1f3419a4dbdf77572c4199a600de9777065d222a (patch) | |
| tree | 19464f739189af180a85a01d80d759745ca48086 /pear/tests/pear_registry.phpt | |
| parent | 3eb4162122efdfbf952ec27573969995428b2025 (diff) | |
| download | php-git-1f3419a4dbdf77572c4199a600de9777065d222a.tar.gz | |
fix some skip conditions..
Diffstat (limited to 'pear/tests/pear_registry.phpt')
| -rw-r--r-- | pear/tests/pear_registry.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pear/tests/pear_registry.phpt b/pear/tests/pear_registry.phpt index 26cafa3035..3eeed76408 100644 --- a/pear/tests/pear_registry.phpt +++ b/pear/tests/pear_registry.phpt @@ -4,6 +4,7 @@ PEAR_Registry <?php if (!getenv('PHP_PEAR_RUNTESTS')) { echo 'skip'; + exit(); } $statedir = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'registry_tester'; if (file_exists($statedir)) { |
