tests/run-tests.py
changeset 16688 cfb6682961b8
parent 16613 6a7ce975edd6
child 16840 ac3e063eebf1
--- a/tests/run-tests.py	Sat May 12 16:00:58 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()