[test] minor fix

oops...
This commit is contained in:
Ebrahim Byagowi 2020-03-14 20:06:41 +03:30 committed by GitHub
parent 0423da3373
commit 1b8a37f75f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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('@')