diff -r e763012a55e5 -r d1f0b4802c19 tests/run-tests.py --- a/tests/run-tests.py Fri May 27 21:50:10 2011 +0200 +++ b/tests/run-tests.py Sat May 28 11:44:27 2011 +0200 @@ -733,7 +733,7 @@ else: return None # not a supported test, don't record - if options.blacklist and filename in options.blacklist: + if options.blacklist and test in options.blacklist: skip("blacklisted") return None