[test] minor fix
macos tests are using absolute path which aren't relevant in Windows
This commit is contained in:
parent
74fdd34f4d
commit
0423da3373
|
@ -67,7 +67,7 @@ for filename in args:
|
|||
|
||||
fontfile, options, unicodes, glyphs_expected = line.split (":")
|
||||
if fontfile.startswith ('/') or fontfile.startswith ('"/'):
|
||||
s.name == 'nt': # Skip on Window
|
||||
if s.name == 'nt': # Skip on Window
|
||||
continue
|
||||
|
||||
fontfile, expected_hash = fontfile.split('@')
|
||||
|
|
Loading…
Reference in New Issue