--- 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)