From e081c9e8fc84843740c8a55b49403acc3fe4f0b7 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 8 Feb 2018 17:44:24 -0600 Subject: [PATCH] Oops! --- test/subset/run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/subset/run-tests.py b/test/subset/run-tests.py index 7e238b607..fe9582a78 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