add a unit test for tools.files
parent
90cdb6c4f4
commit
22dd6a74b6
|
@ -6,3 +6,6 @@ IN: tools.files.tests
|
|||
\ directory. must-infer
|
||||
|
||||
[ ] [ "" directory. ] unit-test
|
||||
|
||||
[ ]
|
||||
[ { device-name free-space used-space total-space percent-used } file-systems. ] unit-test
|
||||
|
|
|
@ -65,5 +65,3 @@ percent-used percent-free ;
|
|||
{ [ os unix? ] [ "tools.files.unix" ] }
|
||||
{ [ os windows? ] [ "tools.files.windows" ] }
|
||||
} cond require
|
||||
|
||||
! { device-name free-space used-space total-space percent-used } file-systems.
|
||||
|
|
Loading…
Reference in New Issue