add unit test for group-name

db4
Doug Coleman 2009-01-07 16:04:42 -06:00
parent 6d6e691083
commit d3220a607f
1 changed files with 2 additions and 1 deletions

View File

@ -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