tests/run-tests.py
changeset 17739 5b08e8b7ab00
parent 17541 3e3dfa7e6864
child 17741 a51304b851c6
--- a/tests/run-tests.py	Wed Oct 10 01:29:56 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)