~ chicken-core (chicken-5) b7d7e082c931fcf4fb0a5419112348b7fff9dd0f
commit b7d7e082c931fcf4fb0a5419112348b7fff9dd0f
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Wed Sep 12 21:37:26 2012 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Wed Sep 12 21:37:26 2012 +0200
forgot updated patch version
diff --git a/tests/runtests.sh b/tests/runtests.sh
index 3d18871b..e875b3d1 100755
--- a/tests/runtests.sh
+++ b/tests/runtests.sh
@@ -53,8 +53,8 @@ fi
if test -f ../cygchicken-0.dll; then
cp ../cygchicken-0.dll .
cp ../cygchicken-0.dll reverser/tags/1.0
+ mv ../cygchicken-0.dll ../cygchicken-0.dll_
fi
-mv ../cygchicken-0.dll ../cygchicken-0.dll_
compile="../csc -compiler $CHICKEN -v -I.. -L.. -include-path .. -o a.out"
compile2="../csc -compiler $CHICKEN -v -I.. -L.. -include-path .."
Trap