From e5807c4133f9afe18c0bbe2344b919c16d6cbbfc Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 29 Jan 2024 18:10:24 +0100 Subject: [PATCH] appveyor --- test/babashka/bb_edn_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/babashka/bb_edn_test.clj b/test/babashka/bb_edn_test.clj index ecec275a..1d778077 100644 --- a/test/babashka/bb_edn_test.clj +++ b/test/babashka/bb_edn_test.clj @@ -529,7 +529,7 @@ even more stuff here\" (is (= {1 {:id 1}} (bb "test-resources/adjacent_bb/medley.bb"))) (is (= {1 {:id 1}} (bb "-f" "test-resources/adjacent_bb/medley.bb"))) (testing "symlink" - (is (= {1 {:id 1}} (bb "test-resources/symlink-adjacent-bb"))))) + (is (= {1 {:id 1}} (bb (str (fs/file "test-resources" "symlink-adjacent-bb"))))))) (deftest non-existing-tasks-in-run-gives-exit-code-1 (is (thrown? Exception (bb "-Sdeps" "{:tasks {foo {:task (run (quote bar))}}}" "foo"))))