]> gitweb.factorcode.org Git - factor.git/commitdiff
io.files.info.unix.linux: fix test using
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 13 Jan 2023 01:49:31 +0000 (17:49 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 13 Jan 2023 01:49:50 +0000 (17:49 -0800)
basis/io/files/info/unix/linux/linux-tests.factor

index aec2d17e144aa5661fe379e5d88283ed07fd2024..1e50dbc624785221edfefb9e882eb3a8c99d86d8 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2015 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: tools.test io.files.info.unix.linux ;
+USING: tools.test io.files.info io.files.info.unix.linux ;
 
 [ "/media/erg/4TB D" ]
 [ "/media/erg/4TB\\040D" decode-mount-point ] unit-test