test/subset/run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e081c9e8fc84843740c8a55b49403acc3fe4f0b7 Author: Behdad Esfahbod <[email protected]> Date: Thu Feb 8 17:44:24 2018 -0600 Oops! diff --git a/test/subset/run-tests.py b/test/subset/run-tests.py index 7e238b60..fe9582a7 100755 --- a/test/subset/run-tests.py +++ b/test/subset/run-tests.py @@ -80,7 +80,7 @@ if not len(args): _, returncode = cmd(["which", "ttx"]) if returncode: - print("TTX is not present, skipping test.") + print("TTX is not present, skipping test.") sys.exit (77) fails = 0 _______________________________________________ HarfBuzz mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/harfbuzz
