[test] fix misspell

pull/2260/head
Ebrahim Byagowi 5 years ago committed by GitHub
parent 1b8a37f75f
commit 03564fd2cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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 os.name == 'nt': # Skip on Window
if os.name == 'nt': # Skip on Windows
continue
fontfile, expected_hash = fontfile.split('@')

Loading…
Cancel
Save