diff --git a/test/path.carp b/test/path.carp index 8224c78..200777b 100644 --- a/test/path.carp +++ b/test/path.carp @@ -3,7 +3,7 @@ (use-all Path Test) -(if (not (dynamic-or (= "windows" (os)) (= "mingw32" (os)))) +(not-on-windows (deftest test (assert-equal test "path/joined" @@ -87,7 +87,7 @@ ) ) ()) -(if (dynamic-or (= "windows" (os)) (= "mingw32" (os))) +(windows-only (deftest test (assert-true test false