diff options
| author | Christoph M. Becker <cmb@php.net> | 2016-07-25 02:00:37 +0200 |
|---|---|---|
| committer | Christoph M. Becker <cmb@php.net> | 2016-07-25 02:00:37 +0200 |
| commit | 305bddb0ede8290fdd53e0c75e71834e0dc63512 (patch) | |
| tree | f92eca57a23e5d3d258be0ea0573e73b990cc0f3 | |
| parent | d28f1dae9dbe09b63539efe94a0ef449f6790438 (diff) | |
| download | php-git-305bddb0ede8290fdd53e0c75e71834e0dc63512.tar.gz | |
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.
| -rw-r--r-- | ext/gd/tests/gd_info_variation1.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/gd_info_variation1.phpt b/ext/gd/tests/gd_info_variation1.phpt index fffde0ba24..8fa1f4903e 100644 --- a/ext/gd/tests/gd_info_variation1.phpt +++ b/ext/gd/tests/gd_info_variation1.phpt @@ -27,7 +27,7 @@ array(%d) { ["GD Version"]=> string(%d) %s ["FreeType Support"]=> - bool(%s) + bool(%a ["T1Lib Support"]=> bool(%s) ["GIF Read Support"]=> |
