[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 02/02: t/runtests: Remove unused variable



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit 113fec4f7357798d19ec5bd0b8e73e16b0fba305
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Jan 22 17:49:10 2016 +0000

    t/runtests: Remove unused variable
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 t/runtests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/runtests b/t/runtests
index 582d164..de210d0 100755
--- a/t/runtests
+++ b/t/runtests
@@ -176,7 +176,7 @@ if (!$tag) {
 find_tests_to_run();
 
 if (@TESTS) {
-    for my $i (0..$JOBS-1) {
+    for (0..$JOBS-1) {
         create_child($IO_LOOP, \@TESTS)
           or last;
     }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: