Skip to content

Commit 2164e3a

Browse files
committed
fix test
1 parent ce1a0d9 commit 2164e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/exif/tests/bug73115/bug73115.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ output_handler=
77
zlib.output_compression=0
88
--FILE--
99
<?php
10-
$infile = dirname(__FILE__).'/bug73115.JPG';
10+
$infile = dirname(__FILE__).'/bug73115.jpg';
1111
var_dump(count(exif_read_data($infile)));
1212
?>
1313
===DONE===

0 commit comments

Comments
 (0)