diff -r f0ce3dcd5c87 -r bbf056e756cc tests/run-tests.py --- a/tests/run-tests.py Sat May 12 16:00:53 2012 +0200 +++ b/tests/run-tests.py Sat May 12 16:02:45 2012 +0200 @@ -860,7 +860,7 @@ tf = open(testpath) firstline = tf.readline().rstrip() tf.close() - except: + except IOError: firstline = '' lctest = test.lower()