tests/run-tests.py
branchstable
changeset 1072 bbf056e756cc
parent 1068 459c0537273b
child 1084 b668ecd81629
--- 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()