~ chicken-core (chicken-5) a764498361882b57ea7852836ee8a453db6f29a0


commit a764498361882b57ea7852836ee8a453db6f29a0
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Sep 3 22:08:53 2011 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sat Sep 3 22:08:53 2011 +0200

    don't run chicken-install -init for test-repository; also make sure it is created from scratch

diff --git a/tests/runtests.sh b/tests/runtests.sh
index f2857709..4a24457a 100644
--- a/tests/runtests.sh
+++ b/tests/runtests.sh
@@ -12,6 +12,7 @@ export DYLD_LIBRARY_PATH=${TEST_DIR}/..
 export LD_LIBRARY_PATH=${TEST_DIR}/..
 export LIBRARY_PATH=${TEST_DIR}/..:${LIBRARY_PATH}
 
+rm -fr test-repository
 mkdir -p test-repository
 
 # copy files into test-repository (by hand to avoid calling `chicken-install'):
@@ -34,8 +35,6 @@ CHICKEN_UNINSTALL=${TEST_DIR}/../chicken-uninstall
 ASMFLAGS=
 FAST_OPTIONS="-O5 -d0 -b -disable-interrupts"
 
-$CHICKEN_INSTALL -init ${TEST_DIR}/test-repository
-
 TYPESDB=../types.db
 cp $TYPESDB test-repository/types.db
 
Trap