mirror of
https://github.com/pyenv/pyenv.git
synced 2025-04-30 21:20:30 +00:00
Merge pull request #1905 from native-api/umask
Make test independent of umask
This commit is contained in:
commit
b5d7216f5c
1 changed files with 1 additions and 1 deletions
|
@ -57,5 +57,5 @@ OUT
|
||||||
assert [ -e share/bananas/docs ]
|
assert [ -e share/bananas/docs ]
|
||||||
|
|
||||||
run ls -ld bin
|
run ls -ld bin
|
||||||
assert_equal "r-x" "${output:4:3}"
|
assert_equal "-" "${output:5:1}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue