Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jul 10, 2024
1 parent 04aac78 commit 1d45364
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/babashka/process_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@
" }"
"}"]))
(p/shell {:dir test-dir} "javac" "UserDir.java") ;; typically under 0.5s to compile
(prn (fs/which "java"))
(prn :>1 (fs/which "java"))
(prn :>2 (fs/which (-> (fs/file test-dir "java") fs/absolutize)))
(p/shell {:dir test-dir} "java -version") ;; does this work?
(testing "program is absolute"
(is (= (u/ols (str subdir-absolute "\n"))
Expand Down

0 comments on commit 1d45364

Please sign in to comment.