diff --git a/test/babashka/process_test.cljc b/test/babashka/process_test.cljc index 8f4b282..6f875f3 100644 --- a/test/babashka/process_test.cljc +++ b/test/babashka/process_test.cljc @@ -23,7 +23,7 @@ "For the purposes of these tests, we sometimes need to expect how babashka process will resolve an exe for :cmd." [exe] (if (fs/windows?) - (-> exe fs/which fs/absolutize fs/normalize str) + (-> exe fs/which str) exe)) (deftest tokenize-test