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
commit b5d7216f5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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