Tests: adjusted TODO for single range not-yet-cached requests.
diff --git a/proxy_cache_range.t b/proxy_cache_range.t
index 3a3725e..66fab0f 100644
--- a/proxy_cache_range.t
+++ b/proxy_cache_range.t
@@ -67,10 +67,15 @@
 ###############################################################################
 
 {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.5.13');
 
 like(http_get_range('/t.html?1', 'Range: bytes=4-'), qr/^THIS/m,
 	'range on first request');
+}
+
+{
+local $TODO = 'not yet';
+
 like(http_get_range('/t.html?2', 'Range: bytes=0-2,4-'), qr/^SEE.*^THIS/ms,
 	'multipart range on first request');
 }