Fix flaky test on Windows

This commit is contained in:
Michiel Borkent 2021-07-23 11:51:39 +02:00
parent 294cfe403c
commit 8387109166

View file

@ -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"