From 838710916613230d6547e6c2e89fdabe01e556df Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 23 Jul 2021 11:51:39 +0200 Subject: [PATCH] Fix flaky test on Windows --- test/babashka/bb_edn_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/babashka/bb_edn_test.clj b/test/babashka/bb_edn_test.clj index 0fe0cf83..ef963a33 100644 --- a/test/babashka/bb_edn_test.clj +++ b/test/babashka/bb_edn_test.clj @@ -252,7 +252,7 @@ (list 'shell {:continue true} (str ls-cmd " foobar")) (list 'println :hello))}} - (is (= :hello (bb "foo"))))))) + (is (str/includes? (test-utils/bb nil "foo") ":hello")))))) (deftest ^:skip-windows unix-task-test (testing "shell pipe test"