From 5285c26a3e6ce5579b1038ddb73dec5e8c764c50 Mon Sep 17 00:00:00 2001 From: Michele La Monaca Date: Tue, 6 May 2014 13:17:57 +0200 Subject: [PATCH] fix private repository tests for Solaris --- tests/runtests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/runtests.sh b/tests/runtests.sh index d2ffe72..2dbeedd 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -398,10 +398,10 @@ $compile -e embedded3.c embedded4.scm echo "======================================== private repository test ..." mkdir -p tmp $compile private-repository-test.scm -private-repository -o tmp/xxx -tmp/xxx $PWD/tmp -PATH=$PWD/tmp:$PATH xxx $PWD/tmp +tmp/xxx ${TEST_DIR}/tmp +PATH=${TEST_DIR}/tmp:$PATH xxx ${TEST_DIR}/tmp # this may crash, if the PATH contains a non-matching libchicken.dll on Windows: -#PATH=$PATH:$PWD/tmp xxx $PWD/tmp +#PATH=$PATH:${TEST_DIR}/tmp xxx ${TEST_DIR}/tmp rm -fr rev-app rev-app-2 reverser/*.import.* reverser/*.so echo "======================================== reinstall tests" -- 1.8.4.3