7 lines
185 B
Factor
7 lines
185 B
Factor
|
! Copyright (C) 2013 Doug Coleman.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
USING: kernel tools.test unix.utmpx ;
|
||
|
IN: unix.utmpx.tests
|
||
|
|
||
|
{ } [ all-utmpx drop ] unit-test
|