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 7b02584 commit 0eb2182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/babashka/process_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 0eb2182

Please sign in to comment.