From 2e0bbfb2602d8d4b1d7fe656b52fbe56abefb067 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 21 Apr 2023 16:50:31 +0200 Subject: [PATCH] unset bb classpath --- script/test | 1 + 1 file changed, 1 insertion(+) diff --git a/script/test b/script/test index 782beff1..ad459154 100755 --- a/script/test +++ b/script/test @@ -44,6 +44,7 @@ lein test :only babashka.impl.socket-repl-test # test invoking script in subdir with bb.edn in parent dir unset BABASHKA_PRELOADS +unset BABASHKA_CLASSPATH pushd test-resources/bb_in_root_script_in_other_dir if [[ $BABASHKA_TEST_ENV = "native" ]] then