Skip to content

Commit fb610b4

Browse files
committed
remove TRAVIS check in test source
1 parent 825174e commit fb610b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/file/disk_free_space_basic.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ echo "\n Free Space after writing to a file\n";
3737
$space2 = disk_free_space($file_path.$dir);
3838
var_dump( $space2 );
3939

40-
if(getenv('TRAVIS') === 'true' || $space1 > $space2 )
40+
if($space1 > $space2 )
4141
echo "\n Free Space Value Is Correct\n";
4242
else
4343
echo "\n Free Space Value Is Incorrect\n";

0 commit comments

Comments
 (0)