We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a79ee commit 108ac93Copy full SHA for 108ac93
src/test/clojure/clojure/tools/build/tasks/test_process.clj
@@ -17,7 +17,7 @@
17
(is (string? (api/git-process {:git-args ["log"]}))))
18
19
(deftest test-capture
20
- (is (string? (:out (api/process {:command-args ["java" "--version"]
+ (is (string? (:out (api/process {:command-args ["mvn" "-v"]
21
:out :capture}))))
22
(is (string? (:err (api/process {:command-args ["java" "-version"]
23
:err :capture})))))
0 commit comments