New comment by icp1994 on void-packages repository https://github.com/void-linux/void-packages/pull/48359#issuecomment-1917054303 Comment: Failed for me locally too - total five failures ``` testing me.raynes.core-test fail in (test162279) (/builddir/babashka-1.3.188/test-resources/lib_tests/me/raynes/core_test.clj:262) expected: (clojure.core/= (home (system/getproperty "user.name")) env-home) actual: (not (clojure.core/= #object[java.io.file 0x66c24010 "/icp"] #object[java.io.file 0x33958938 "/tmp"])) fail in (expands-to-given-user-162009) (/builddir/babashka-1.3.188/test-resources/lib_tests/me/raynes/core_test.clj:36) expected: (clojure.core/= (expand-home (str "~" name)) (file user)) actual: (not (clojure.core/= #object[java.io.file 0x5f3807cd "/icp"] #object[java.io.file 0x1d6ebfaf "/tmp"])) fail in (expands-to-given-user-162009) (/builddir/babashka-1.3.188/test-resources/lib_tests/me/raynes/core_test.clj:36) expected: (clojure.core/= (expand-home (format "~%s/foo" name)) (file user "foo")) actual: (not (clojure.core/= #object[java.io.file 0x210ec0be "/icp/foo"] #object[java.io.file 0x4f58a0db "/tmp/foo"])) Ran 40 tests containing 80 assertions. 3 failures, 0 errors. ``` ``` Testing babashka.process-exec-test - calling babashka as: ./bb - which resolves to: /builddir/babashka-1.3.188/bb - babashka v1.3.188 - using exec runner: ["/builddir/babashka-1.3.188/bb" "process/test-native/src/babashka/test_native/run_exec.clj"] === exec-failure-to-launch-throws-an-exception-test === exec-env-option-test === resolves-program-test === arg0-mac-and-linux-test FAIL in (arg0-mac-and-linux-test) (/builddir/babashka-1.3.188/process/test/babashka/process_exec_test.clj:113) on macOS and Linux, arg0 is supported baseline - not overriden expected: (= {:args (format "%s %s :ps-me" bb u/wd)} (-> (run-exec (format "%s %s :ps-me" bb u/wd)) :out edn/read-string)) actual: (not (= {:args "./bb process/script/wd.clj :ps-me"} nil)) FAIL in (arg0-mac-and-linux-test) (/builddir/babashka-1.3.188/process/test/babashka/process_exec_test.clj:113) on macOS and Linux, arg0 is supported expected: (= {:args (format "newarg0 %s :ps-me" u/wd)} (-> (run-exec {:arg0 "newarg0"} (format "%s %s :ps-me" bb u/wd)) :out edn/read-string)) actual: (not (= {:args "newarg0 process/script/wd.clj :ps-me"} nil)) === pre-start-fn-test === cmd-opt-test === exec-replaces-runner-that-launches-it-test Ran 7 tests containing 15 assertions. 2 failures, 0 errors. ``` ``` {:test 2403, :pass 14908, :fail 5, :error 0} ```