Hi,

I noticed TIME is defined but not used in runtests.sh.  Is it necessary?
If it is not, attached is a patch to remove it.

Best wishes.
Mario
-- 
http://parenteses.org/mario
>From 7235bf7955f0ceebd718a491cae9e082de2e7b3c Mon Sep 17 00:00:00 2001
From: Mario Domenech Goulart <[email protected]>
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

_______________________________________________
Chicken-hackers mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to