]> granicus.if.org Git - php/commitdiff
remove TRAVIS check in test source
authorMichael Wallner <mike@php.net>
Mon, 21 Oct 2013 10:18:58 +0000 (12:18 +0200)
committerMichael Wallner <mike@php.net>
Mon, 21 Oct 2013 10:18:58 +0000 (12:18 +0200)
ext/standard/tests/file/disk_free_space_basic.phpt

index e0bc367bf4fa5e68eacea40015cb0efdf5506893..200e92ab43e84ac31ef519736b9e8a2a5b87e3bd 100644 (file)
@@ -37,7 +37,7 @@ echo "\n Free Space after writing to a file\n";
 $space2 =  disk_free_space($file_path.$dir); 
 var_dump( $space2 ); 
 
-if(getenv('TRAVIS') === 'true' || $space1 > $space2 )
+if($space1 > $space2 )
   echo "\n Free Space Value Is Correct\n";
 else
   echo "\n Free Space Value Is Incorrect\n";