浏览代码

Merge pull request #1905 from native-api/umask

Make test independent of umask
pull/1928/head
native-api 5 年前
提交者 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}"
}

正在加载...
取消
保存