Another test that doesn't work as root

This commit is contained in:
Rasmus Lerdorf 2009-11-25 04:00:55 +00:00
parent 978452be20
commit 064a419827

View File

@ -5,6 +5,10 @@ Italian PHP TestFest 2009 Cesena 19-20-21 june
Fabio Fabbrucci (fabbrucci@grupporetina.com)
Michele Orselli (mo@ideato.it)
Simone Gentili (sensorario@gmail.com)
--SKIPIF--
<?php
if(posix_geteuid() == 0) print "skip - Cannot run test as root.";
?>
--FILE--
<?php