Lines Matching +full:10 +full:g

361 	src_path_relative="$(echo $src_path | sed -e 's,//,/,g')"
430 local g="$(id -g)"
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)"
442 atf_check install -g "$cg" testf testc
443 atf_check_equal "$u:$cg:10$m" "$(stat -f"%u:%g:%p" testc)"
445 atf_check install -o "$cu" -g "$cg" testf testc
446 atf_check_equal "$cu:$cg:10$m" "$(stat -f"%u:%g:%p" testc)"
449 atf_check_equal "$u:$g:10$cm" "$(stat -f"%u:%g:%p" 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)"
469 local g="$(id -g)"
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)"
481 atf_check install -U -g "$cg" testf testc
482 atf_check_equal "$u:$g:10$m" "$(stat -f"%u:%g:%p" testc)"
484 atf_check install -U -o "$cu" -g "$cg" testf testc
485 atf_check_equal "$u:$g:10$m" "$(stat -f"%u:%g:%p" testc)"
488 atf_check_equal "$u:$g:10$cM" "$(stat -f"%u:%g:%p" 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)"