]> granicus.if.org Git - php/commitdiff
Fixed file name for case sensitive file systems
authorKalle Sommer Nielsen <kalle@php.net>
Sat, 8 Jul 2017 01:34:30 +0000 (03:34 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Sat, 8 Jul 2017 01:34:30 +0000 (03:34 +0200)
ext/exif/tests/bug73115/bug73115.phpt

index 969ddebe9f4168c726ba26bdaca72246dbd15da7..84c20219f9c1a3ed200e6f7a7b87e5b1cf86a2d3 100644 (file)
@@ -7,7 +7,7 @@ output_handler=
 zlib.output_compression=0 
 --FILE--
 <?php
-$infile = dirname(__FILE__).'/bug73115.jpg';
+$infile = dirname(__FILE__).'/bug73115.JPG';
 var_dump(count(exif_read_data($infile)));
 ?>
 ===DONE===