diff http_location.t @ 341:b86d60e4cb96

Tests: update TODOs.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 25 Sep 2013 19:52:05 +0400
parents 433be52171d5
children e7dc8f4d0a4b
line wrap: on
line diff
--- a/http_location.t
+++ b/http_location.t
@@ -130,7 +130,7 @@ like(http_get('/lowercase'), qr/X-Locati
 
 TODO: {
 local $TODO = 'fails on caseless oses'
-	if $^O eq 'MSWin32' or $^O eq 'darwin';
+	if ($^O eq 'MSWin32' or $^O eq 'darwin') and !$t->has_version('1.5.6');
 
 like(http_get('/UPPERCASE'), qr/X-Location: uppercase/, 'uppercase');