Kaynağa Gözat
Merge pull request #1905 from native-api/umask
Make test independent of umask
pull/1928/head
native-api
5 yıl önce
işlemeyi yapan:
GitHub
ebeveyn
işleme
b5d7216f5c
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
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}" |
|
|
|
} |