]> gitweb.factorcode.org Git - factor.git/blob - basis/io/standard-paths/windows/windows-tests.factor
Switch to https urls
[factor.git] / basis / io / standard-paths / windows / windows-tests.factor
1 ! Copyright (C) 2011 Doug Coleman.
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: io.standard-paths io.standard-paths.windows sequences
4 tools.test ;
5
6 { t } [ "cmd.exe" find-in-path "cmd.exe" tail? ] unit-test