From: Michael Wallner Date: Mon, 16 Sep 2013 07:29:42 +0000 (+0200) Subject: this test is fragile on travis, let's see why X-Git-Tag: PRE_PHPNG_MERGE~222^2~4^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52bd9f05ead1803e4deacb86affe3bf9ca47b68e;p=php this test is fragile on travis, let's see why --- diff --git a/ext/standard/tests/file/disk_free_space_basic.phpt b/ext/standard/tests/file/disk_free_space_basic.phpt index 7ea8d36153..ec8a8535e2 100644 --- a/ext/standard/tests/file/disk_free_space_basic.phpt +++ b/ext/standard/tests/file/disk_free_space_basic.phpt @@ -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") );