Skip to content

Commit 305bddb

Browse files
committed
Fix broken test case
d28f1da introduced a test regression, due to potentially additional output regarding FreeType support. We fix that by making the test more resilient.
1 parent d28f1da commit 305bddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gd/tests/gd_info_variation1.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ array(%d) {
2727
["GD Version"]=>
2828
string(%d) %s
2929
["FreeType Support"]=>
30-
bool(%s)
30+
bool(%a
3131
["T1Lib Support"]=>
3232
bool(%s)
3333
["GIF Read Support"]=>

0 commit comments

Comments
 (0)