~ chicken-core (chicken-5) 4e2a1b8aac3573029e6b39a1d91f287f08e7c031


commit 4e2a1b8aac3573029e6b39a1d91f287f08e7c031
Author:     Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Wed Jan 16 18:57:57 2013 -0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Wed Jan 16 22:47:04 2013 +0100

    runtests.sh: remove unused TIME variable
    
    Signed-off-by: felix <felix@call-with-current-continuation.org>

diff --git a/tests/runtests.sh b/tests/runtests.sh
index 7a0626b9..a45bf8df 100755
--- a/tests/runtests.sh
+++ b/tests/runtests.sh
@@ -41,11 +41,8 @@ cp $TYPESDB test-repository/types.db
 if test -n "$MSYSTEM"; then
     CHICKEN="..\\chicken.exe"
     ASMFLAGS=-Wa,-w
-    TIME=time
     # make compiled tests use proper library on Windows
     cp ../lib*chicken*.dll .
-else 
-    TIME=/usr/bin/time
 fi
 
 
Trap