Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Aug 1, 2017
1 parent ce1a0d9 commit 2164e3a
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 2164e3a

Please sign in to comment.