]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/files/files-tests.factor
Switch to https urls
[factor.git] / basis / tools / files / files-tests.factor
1 ! Copyright (C) 2008 Doug Coleman.
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: tools.test tools.files strings kernel ;
4
5 { } [ "" directory. ] unit-test
6
7 { } [ file-systems. ] unit-test