>From 7235bf7955f0ceebd718a491cae9e082de2e7b3c Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Wed, 16 Jan 2013 18:57:57 -0200 Subject: [PATCH] runtests.sh: remove unused TIME variable --- tests/runtests.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/runtests.sh b/tests/runtests.sh index 7a0626b..a45bf8d 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 -- 1.7.10.4