diff -r 82f74372516e -r 7c026ccf4e1a tests/run-tests.py --- 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)