瀏覽代碼
Merge pull request #1905 from native-api/umask
Make test independent of umask
pull/1928/head
native-api
5 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
1 個檔案被更改,包括
1 行新增 和
1 行删除
-
plugins/python-build/test/installer.bats
|
|
|
@ -57,5 +57,5 @@ OUT |
|
|
|
assert [ -e share/bananas/docs ] |
|
|
|
|
|
|
|
run ls -ld bin |
|
|
|
assert_equal "r-x" "${output:4:3}" |
|
|
|
assert_equal "-" "${output:5:1}" |
|
|
|
} |