Skip to content

Commit 108ac93

Browse files
committed
tweak test to work on java 8
1 parent 55a79ee commit 108ac93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/clojure/clojure/tools/build/tasks/test_process.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
(is (string? (api/git-process {:git-args ["log"]}))))
1818

1919
(deftest test-capture
20-
(is (string? (:out (api/process {:command-args ["java" "--version"]
20+
(is (string? (:out (api/process {:command-args ["mvn" "-v"]
2121
:out :capture}))))
2222
(is (string? (:err (api/process {:command-args ["java" "-version"]
2323
:err :capture})))))

0 commit comments

Comments
 (0)