[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 (":")
|
fontfile, options, unicodes, glyphs_expected = line.split (":")
|
||||||
if fontfile.startswith ('/') or fontfile.startswith ('"/'):
|
if fontfile.startswith ('/') or fontfile.startswith ('"/'):
|
||||||
s.name == 'nt': # Skip on Window
|
if s.name == 'nt': # Skip on Window
|
||||||
continue
|
continue
|
||||||
|
|
||||||
fontfile, expected_hash = fontfile.split('@')
|
fontfile, expected_hash = fontfile.split('@')
|
||||||
|
|
Loading…
Reference in New Issue