From 6a4dd5cd2683985d358391e2b17651c39ec81a7c Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 25 Apr 2021 23:31:39 +0200 Subject: [PATCH] Fix test --- 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 249968a9..816b4008 100644 --- a/test/babashka/bb_edn_test.clj +++ b/test/babashka/bb_edn_test.clj @@ -68,7 +68,7 @@ (contains? proc :exit))} "ls foobar") :exit)}} - (is (= 1 (bb "run" "--prn" "foo"))))) + (is (pos? (bb "run" "--prn" "foo"))))) (fs/delete out) (testing "clojure test" (test-utils/with-config {:tasks {'foo (list 'clojure {:out out}