mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-10 20:43:48 -05:00
Make test independent of umask
Only test the permission bit that we're setting
This commit is contained in:
@@ -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}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user