From 1b8a37f75f44bf6cd20250c0dcfc1c0a70879aa5 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sat, 14 Mar 2020 20:06:41 +0330 Subject: [PATCH] [test] minor fix oops... --- test/shaping/run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shaping/run-tests.py b/test/shaping/run-tests.py index 34ca2fdc3..27b4357c1 100755 --- a/test/shaping/run-tests.py +++ b/test/shaping/run-tests.py @@ -67,7 +67,7 @@ for filename in args: fontfile, options, unicodes, glyphs_expected = line.split (":") if fontfile.startswith ('/') or fontfile.startswith ('"/'): - if s.name == 'nt': # Skip on Window + if os.name == 'nt': # Skip on Window continue fontfile, expected_hash = fontfile.split('@')