提交 6bd5646f 编写于 作者: B Behdad Esfahbod

[tests] Remove bash'ish

Apparently on travis-ci, bash is linked to dash, which doesn't
understand "let".  Failing tests were not being noticed.  See eg:

  https://travis-ci.org/behdad/harfbuzz/jobs/29544211

Don't rely on bash.
上级 0afedaa9
#!/bin/bash
#!/bin/sh
test "x$srcdir" = x && srcdir=.
test "x$builddir" = x && builddir=.
......@@ -21,7 +21,7 @@ for f in "$@"; do
if ! test "x$glyphs" = "x$glyphs_expected"; then
echo "Actual: $glyphs" >&2
echo "Expected: $glyphs_expected" >&2
let fails=$fails+1
fails=$((fails+1))
fi
done < "$f"
done
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册