Create post-HADVAs expect files
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / file / is_executable_variation3.php.skipif
blob4fa252c5fe5acfaaa317b4c47bbf2fe5adbd628e
1 <?hh
2 <<__EntryPoint>> function main(): void {
3 if (substr(PHP_OS, 0, 3) == 'WIN') {
4     die('skip not for windows');
6 // Skip if being run by root (files are always readable, writeable and executable)
7 if (posix_geteuid() == 0) {
8         die('skip cannot be run as root');