[test] fix misspell
This commit is contained in:
parent
1b8a37f75f
commit
03564fd2cf
|
@ -67,7 +67,7 @@ for filename in args:
|
||||||
|
|
||||||
fontfile, options, unicodes, glyphs_expected = line.split (":")
|
fontfile, options, unicodes, glyphs_expected = line.split (":")
|
||||||
if fontfile.startswith ('/') or fontfile.startswith ('"/'):
|
if fontfile.startswith ('/') or fontfile.startswith ('"/'):
|
||||||
if os.name == 'nt': # Skip on Window
|
if os.name == 'nt': # Skip on Windows
|
||||||
continue
|
continue
|
||||||
|
|
||||||
fontfile, expected_hash = fontfile.split('@')
|
fontfile, expected_hash = fontfile.split('@')
|
||||||
|
|
Loading…
Reference in New Issue