[test] fix on macOS (#3467)

This commit is contained in:
Yakun Xu
2019-01-17 02:58:35 -08:00
committed by Jonathan Hui
parent 0ace247e41
commit 16c904955a
+1 -1
View File
@@ -33,7 +33,7 @@
set -e
set -o pipefail
readonly SYSTEM_TRIPLET="$(third_party/nlbuild-autotools/repo/third_party/autoconf/config.guess)"
readonly SYSTEM_TRIPLET="$(third_party/nlbuild-autotools/repo/third_party/autoconf/config.guess | sed -e 's/[[:digit:].]*$//g')"
export top_builddir="build/${SYSTEM_TRIPLET}"
do_build() {