Make test independent of umask

Only test the permission bit that we're setting
This commit is contained in:
Ivan Pozdeev 2021-05-07 20:34:00 +03:00
parent 35795148fb
commit 37f6349b01

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