]> gitweb.factorcode.org Git - factor.git/blob - basis/editors/acme/acme-tests.factor
2b9eed5e4a84215080b52f9ba916da37a377e28d
[factor.git] / basis / editors / acme / acme-tests.factor
1 ! Copyright (C) 2020 Fred Alger.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: editors.acme environment namespaces tools.test ;
4 IN: editors.acme.tests
5
6 { "/plan9" } [ "/plan9" \ plan9-path [ plan9-path ] with-variable ] unit-test
7
8 { "/plan9env" } [ f \ plan9-path [
9  "/plan9env" "PLAN9" [ plan9-path ] with-os-env ] with-variable ] unit-test
10
11 { "/usr/local/plan9" } [ f \ plan9-path [
12  f "PLAN9" [ plan9-path ] with-os-env ] with-variable ] unit-test