simplify tests

This commit is contained in:
2020-05-05 14:33:45 +02:00
parent 5b87d0bf9a
commit 3eb542bdfd

View File

@@ -3,7 +3,7 @@
(use-all Path Test) (use-all Path Test)
(if (not (dynamic-or (= "windows" (os)) (= "mingw32" (os)))) (not-on-windows
(deftest test (deftest test
(assert-equal test (assert-equal test
"path/joined" "path/joined"
@@ -87,7 +87,7 @@
) )
) )
()) ())
(if (dynamic-or (= "windows" (os)) (= "mingw32" (os))) (windows-only
(deftest test (deftest test
(assert-true test (assert-true test
false false