Tests: adjust "satisfy" TODO, fix committed.
diff --git a/auth_request_satisfy.t b/auth_request_satisfy.t
index 48f93ee..a082c43 100644
--- a/auth_request_satisfy.t
+++ b/auth_request_satisfy.t
@@ -135,7 +135,7 @@
 like(http_get('/any/basic+unauthorized'), qr/ 401 /, 'any basic+unauthorized');
 
 TODO: {
-local $TODO = 'not yet, ticket 285';
+local $TODO = 'not yet, ticket 285' unless $t->has_version('1.5.7');
 
 like(http_get('/any/basic+forbidden'), qr/ 401 /, 'any basic+forbidden');