Skip to content

Commit 0eb2182

Browse files
committed
wip
1 parent 7b02584 commit 0eb2182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/babashka/process_test.cljc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
" }"
188188
"}"]))
189189
(p/shell {:dir test-dir} "javac" "UserDir.java") ;; typically under 0.5s to compile
190+
(p/shell {:dir test-dir} "java -version") ;; does this work?
190191
(testing "program is absolute"
191192
(is (= (u/ols (str subdir-absolute "\n"))
192193
(-> (apply process {:dir subdir}

0 commit comments

Comments
 (0)