From 3eb542bdfd01f941d847f82286b09f112396eef4 Mon Sep 17 00:00:00 2001 From: hellerve Date: Tue, 5 May 2020 14:33:45 +0200 Subject: [PATCH] simplify tests --- test/path.carp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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