]> granicus.if.org Git - php/commitdiff
this test is fragile on travis, let's see why
authorMichael Wallner <mike@php.net>
Mon, 16 Sep 2013 07:29:42 +0000 (09:29 +0200)
committerMichael Wallner <mike@php.net>
Mon, 16 Sep 2013 07:29:42 +0000 (09:29 +0200)
ext/standard/tests/file/disk_free_space_basic.phpt

index 7ea8d36153f06272da53bb8a7cd077958d546c6c..ec8a8535e2d56cb885c58b08e59135021d9c1866 100644 (file)
@@ -35,8 +35,10 @@ var_dump( $space2 );
 
 if( $space1 > $space2 )
   echo "\n Free Space Value Is Correct\n";
-else
+else {
   echo "\n Free Space Value Is Incorrect\n";
+  var_dump($space1, $space2);
+}
 
 echo "*** Testing with Binary Input ***\n";
 var_dump( disk_free_space(b"$file_path") );