add unit test for group-name
parent
6d6e691083
commit
d3220a607f
|
@ -3,7 +3,6 @@
|
|||
USING: tools.test unix.groups kernel strings math ;
|
||||
IN: unix.groups.tests
|
||||
|
||||
|
||||
[ ] [ all-groups drop ] unit-test
|
||||
|
||||
\ all-groups must-infer
|
||||
|
@ -24,3 +23,5 @@ IN: unix.groups.tests
|
|||
[ ] [ effective-group-id [ ] with-effective-group ] unit-test
|
||||
|
||||
[ ] [ [ ] with-group-cache ] unit-test
|
||||
|
||||
[ ] [ real-group-id group-name drop ] unit-test
|
||||
|
|
Loading…
Reference in New Issue