瀏覽代碼

Merge pull request #1905 from native-api/umask

Make test independent of umask
pull/1928/head
native-api 5 年之前
committed by GitHub
父節點
當前提交
b5d7216f5c
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      plugins/python-build/test/installer.bats

+ 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}"
}

Loading…
取消
儲存