commit | 3c9a39ecd65990f2c7b29bb741c6a538fa425531 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Sun Jan 22 16:21:19 2012 -0500 |
committer | Behdad Esfahbod <[email protected]> | Sun Jan 22 16:21:19 2012 -0500 |
tree | 329402e3f36d98074f57fbb184c820c8ce42f95e | |
parent | e4ccbfe276db5ed098ddcf78a7bb8f2da4263128 [diff] [blame] |
Remove newline
diff --git a/test/shaping/hb_test_tools.py b/test/shaping/hb_test_tools.py index 4b261c1..b564c24 100644 --- a/test/shaping/hb_test_tools.py +++ b/test/shaping/hb_test_tools.py
@@ -188,6 +188,8 @@ line = sys.stdin.readline () if not len (line): break + if line[-1] == '\n': + line = line[:-1] print callback (line) else: args = sys.argv[1:]