Skip to content

Commit 3bceb46

Browse files
authored
Merge pull request #67 from crazy-max/fix-debian
test-clang: chmod missing
2 parents 6bf9570 + 51d9b20 commit 3bceb46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/test-clang.bats

+1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ testBuildHello() {
170170
export TARGETPLATFORM="linux/ppc64le"
171171

172172
touch /usr/bin/$(xx-info triple)-ld
173+
chmod +x /usr/bin/$(xx-info triple)-ld
173174

174175
run xx-clang --setup-target-triple
175176
assert_success

0 commit comments

Comments
 (0)