Revert "tests: run babashka.process lib tests on windows (#1559)"

This reverts commit 7f8ec567e6.
This commit is contained in:
Michiel Borkent 2023-05-14 00:31:38 +02:00
parent 7f8ec567e6
commit fe989f7233

View file

@ -93,13 +93,13 @@
(test-doric-cyclic-dep-problem)) (test-doric-cyclic-dep-problem))
;;;; babashka.process ;;;; babashka.process
;; test built-in babashka.process (when-not (windows?)
(test-namespaces 'babashka.process-test) ;; test built-in babashka.process
(test-namespaces 'babashka.process-test)
;; test babashka.process from source ;; test babashka.process from source
#_{:clj-kondo/ignore [:duplicate-require]} (require '[babashka.process] :reload)
(require '[babashka.process] :reload) (test-namespaces 'babashka.process-test))
(test-namespaces 'babashka.process-test)
;;;; final exit code ;;;; final exit code