]> granicus.if.org Git - php/commitdiff
small fix in disk_total_space() tests (PHP_5_3 already includes this)
authorKnut Urdalen <knut@php.net>
Sat, 25 Jun 2011 21:22:42 +0000 (21:22 +0000)
committerKnut Urdalen <knut@php.net>
Sat, 25 Jun 2011 21:22:42 +0000 (21:22 +0000)
ext/standard/tests/file/disk_total_space_variation.phpt

index 78f1932e3a816d69cf3eb5ce37badc34a87e5f5c..ba2ceb2d1b96acbbdb29f7cf09cadbe99a0c8911 100644 (file)
@@ -118,6 +118,6 @@ NULL
 Warning: disk_total_space() expects parameter 1 to be a valid path, string given in %s on line %d
 NULL
 *** Testing with Binary Input ***
-float(64246190080)
+float(%d)
 
 --- Done ---