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}