pull/1267/head
Behdad Esfahbod 7 years ago
parent 49bdb54427
commit ba42651608
  1. 2
      test/fuzzing/run-shape-fuzzer-tests.py

@ -22,7 +22,7 @@ fails = 0
parent_path = os.path.join (srcdir, "fonts")
for file in os.listdir (parent_path):
path = os.path.join(parent_path, file)
path = os.path.join(parent_path, file)
p = subprocess.Popen ([hb_shape_fuzzer, path])

Loading…
Cancel
Save