mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Make test independent of umask
Only test the permission bit that we're setting
This commit is contained in:
parent
35795148fb
commit
37f6349b01
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue