io.files.info: Fix unit test.

db4
Doug Coleman 2013-03-23 17:20:00 -07:00
parent a5781ff8cc
commit 2761c45277
1 changed files with 2 additions and 2 deletions

View File

@ -12,5 +12,5 @@ IN: io.files.info.tests
temp-directory [ "test41" file-info size>> ] with-directory 4 =
] unit-test
[ t ] [ "/" file-system-info file-system-info? ] unit-test
[ t ] [ file-systems [ file-system-info? ] all? ] unit-test
[ t ] [ "/" file-system-info file-system-info-tuple? ] unit-test
[ t ] [ file-systems [ file-system-info-tuple? ] all? ] unit-test