tests/run-tests.py
branchstable
changeset 1135 7c026ccf4e1a
parent 1131 1938c2ebf517
child 1138 bb419c4bfdd9
--- a/tests/run-tests.py	Sun Sep 09 12:31:14 2012 +0200
+++ b/tests/run-tests.py	Wed Oct 10 01:30:45 2012 +0200
@@ -684,7 +684,7 @@
     pos = -1
     postout = []
     ret = 0
-    for n, l in enumerate(output):
+    for l in output:
         lout, lcmd = l, None
         if salt in l:
             lout, lcmd = l.split(salt, 1)