Skip to content

Commit 669ec22

Browse files
committed
Update comment
1 parent ffc7dc8 commit 669ec22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ test_get_children() {
113113

114114
test_get_permissions() {
115115
result=`get_permissions "${stdoutF}"`
116-
expected='-rw-r-----' #check if default permission is 744
116+
expected='-rw-r-----' # Check if permission is 640
117117
assertEquals \
118118
"the result of get_permissions() was wrong" \
119119
"${expected}" "${result}"

0 commit comments

Comments
 (0)