1
0
mirror of https://github.com/php/php-src.git synced 2026-04-30 03:33:17 +02:00

- Fixed test

This commit is contained in:
Felipe Pena
2009-09-30 13:30:32 +00:00
parent e7b1e07647
commit 59dc338ac2
@@ -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