Skip to content

Commit

Permalink
Fixed file name for case sensitive file systems
Browse files Browse the repository at this point in the history
  • Loading branch information
KalleZ committed Jul 8, 2017
1 parent 469206c commit 106386d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/exif/tests/bug73115/bug73115.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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===
Expand Down

0 comments on commit 106386d

Please sign in to comment.