1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 13:03:46 -05:00

Merge pull request #1905 from native-api/umask

Make test independent of umask
This commit is contained in:
native-api
2021-05-15 15:49:52 +03:00
committed by GitHub

View File

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