From 0eb2182a78207b5521a980acee10d6fdb352574a Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 10 Jul 2024 11:37:59 +0200 Subject: [PATCH] wip --- test/babashka/process_test.cljc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/babashka/process_test.cljc b/test/babashka/process_test.cljc index 1e9e2b5..2d94649 100644 --- a/test/babashka/process_test.cljc +++ b/test/babashka/process_test.cljc @@ -187,6 +187,7 @@ " }" "}"])) (p/shell {:dir test-dir} "javac" "UserDir.java") ;; typically under 0.5s to compile + (p/shell {:dir test-dir} "java -version") ;; does this work? (testing "program is absolute" (is (= (u/ols (str subdir-absolute "\n")) (-> (apply process {:dir subdir}