Lines Matching refs:cg
428 local cu=65532 cg=65532
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)"
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)"
467 local cu=65532 cg=65532
481 atf_check install -U -g "$cg" testf testc
484 atf_check install -U -o "$cu" -g "$cg" testf testc
493 atf_check install -U -g "$cg" -m "$cm" testf testc
496 atf_check install -U -o "$cu" -g "$cg" -m "$cm" testf testc