We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108ac93 commit 1241040Copy full SHA for 1241040
src/test/clojure/clojure/tools/build/tasks/test_process.clj
@@ -17,12 +17,10 @@
17
(is (string? (api/git-process {:git-args ["log"]}))))
18
19
(deftest test-capture
20
- (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})))))
24
25
-(deftest test-env
+(deftest test-env-and-capture
26
(when-not (#'process/windows?)
27
(is (= "hi\n"
28
(:out
0 commit comments