diff options
author | Felipe Pena <felipe@php.net> | 2009-09-30 13:30:32 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2009-09-30 13:30:32 +0000 |
commit | 59dc338ac243e4f1d1cc7929a588bb2e85d79006 (patch) | |
tree | 62d7724933a8ce0e3676634527b19125bdfbfd49 | |
parent | e7b1e076472982a9d40be7f54fbe7eef22e046b2 (diff) | |
download | php-git-59dc338ac243e4f1d1cc7929a588bb2e85d79006.tar.gz |
- Fixed test
-rw-r--r-- | ext/posix/tests/posix_setuid_variation3.phpt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/posix/tests/posix_setuid_variation3.phpt b/ext/posix/tests/posix_setuid_variation3.phpt index 30c7e736f0..65e8729ccf 100644 --- a/ext/posix/tests/posix_setuid_variation3.phpt +++ b/ext/posix/tests/posix_setuid_variation3.phpt @@ -8,10 +8,6 @@ Test function posix_setuid() by substituting argument 1 with emptyUnsetUndefNull Marco Fabbri mrfabbri@gmail.com Francesco Fullone ff@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 ---SKIPIF-- -<?php - if(!extension_loaded("posix")) print "skip - POSIX extension not loaded"; -?> --FILE-- <?php |