Skip to content

Commit 1241040

Browse files
committed
tweak test to work on more os
1 parent 108ac93 commit 1241040

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/clojure/clojure/tools/build/tasks/test_process.clj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@
1717
(is (string? (api/git-process {:git-args ["log"]}))))
1818

1919
(deftest test-capture
20-
(is (string? (:out (api/process {:command-args ["mvn" "-v"]
21-
:out :capture}))))
2220
(is (string? (:err (api/process {:command-args ["java" "-version"]
2321
:err :capture})))))
2422

25-
(deftest test-env
23+
(deftest test-env-and-capture
2624
(when-not (#'process/windows?)
2725
(is (= "hi\n"
2826
(:out

0 commit comments

Comments
 (0)