Lines Matching +full:10 +full:m

431 	local m=0755 cm=4444
434 atf_check chmod "$m" testf
437 atf_check_equal "$u:$g:10$m" "$(stat -f"%u:%g:%p" testc)"
440 atf_check_equal "$cu:$g:10$m" "$(stat -f"%u:%g:%p" testc)"
443 atf_check_equal "$u:$cg:10$m" "$(stat -f"%u:%g:%p" testc)"
446 atf_check_equal "$cu:$cg:10$m" "$(stat -f"%u:%g:%p" testc)"
448 atf_check install -m "$cm" testf testc
449 atf_check_equal "$u:$g:10$cm" "$(stat -f"%u:%g:%p" testc)"
451 atf_check install -o "$cu" -m "$cm" testf testc
452 atf_check_equal "$cu:$g:10$cm" "$(stat -f"%u:%g:%p" testc)"
454 atf_check install -g "$cg" -m "$cm" testf testc
455 atf_check_equal "$u:$cg:10$cm" "$(stat -f"%u:%g:%p" testc)"
457 atf_check install -o "$cu" -g "$cg" -m "$cm" testf testc
458 atf_check_equal "$cu:$cg:10$cm" "$(stat -f"%u:%g:%p" testc)"
470 local m=0755 cm=4444 cM=0444
473 atf_check chmod "$m" testf
476 atf_check_equal "$u:$g:10$m" "$(stat -f"%u:%g:%p" testc)"
479 atf_check_equal "$u:$g:10$m" "$(stat -f"%u:%g:%p" testc)"
482 atf_check_equal "$u:$g:10$m" "$(stat -f"%u:%g:%p" testc)"
485 atf_check_equal "$u:$g:10$m" "$(stat -f"%u:%g:%p" testc)"
487 atf_check install -U -m "$cm" testf testc
488 atf_check_equal "$u:$g:10$cM" "$(stat -f"%u:%g:%p" testc)"
490 atf_check install -U -o "$cu" -m "$cm" testf testc
491 atf_check_equal "$u:$g:10$cM" "$(stat -f"%u:%g:%p" testc)"
493 atf_check install -U -g "$cg" -m "$cm" testf testc
494 atf_check_equal "$u:$g:10$cM" "$(stat -f"%u:%g:%p" testc)"
496 atf_check install -U -o "$cu" -g "$cg" -m "$cm" testf testc
497 atf_check_equal "$u:$g:10$cM" "$(stat -f"%u:%g:%p" testc)"
508 atf_check install -d -m ug+rX testdir
511 atf_check install -m ug+rX testfile.src testfile