From 1f704cd4ff7a23e518d6d1565951af7bae0a2a9f Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Thu, 17 Oct 2013 11:33:26 +0400 Subject: [PATCH] Fix where tests are trying to find contribs. --- tests/subr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/subr.sh b/tests/subr.sh index c1c5d49..8d1d1be 100644 --- a/tests/subr.sh +++ b/tests/subr.sh @@ -26,7 +26,7 @@ set -u set -a # export all variables at assignment-time. # Note: any script that uses the variables that name files should # quote them (with double quotes), to contend with whitespace. -SBCL_HOME="${TEST_SBCL_HOME:-$SBCL_PWD/../contrib}" +SBCL_HOME="${TEST_SBCL_HOME:-$SBCL_PWD/../obj/sbcl-home}" SBCL_CORE="${TEST_SBCL_CORE:-$SBCL_PWD/../output/sbcl.core}" SBCL_RUNTIME="${TEST_SBCL_RUNTIME:-$SBCL_PWD/../src/runtime/sbcl}" SBCL_ARGS="${TEST_SBCL_ARGS:---noinform --no-sysinit --no-userinit --noprint --disable-debugger}" -- 1.7.10.4