Lines Matching refs:cu
428 local cu=65532 cg=65532
439 atf_check install -o "$cu" testf testc
440 atf_check_equal "$cu:$g: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)"
451 atf_check install -o "$cu" -m "$cm" testf testc
452 atf_check_equal "$cu:$g: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
478 atf_check install -U -o "$cu" testf testc
484 atf_check install -U -o "$cu" -g "$cg" testf testc
490 atf_check install -U -o "$cu" -m "$cm" testf testc
496 atf_check install -U -o "$cu" -g "$cg" -m "$cm" testf testc