comparison proxy_cache_manager.t @ 1052:7cf9b3e849d2

Tests: whitespace fix.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 07 Oct 2016 19:17:09 +0300
parents c65e5c0e2980
children 79f93c764353
comparison
equal deleted inserted replaced
1051:4a915c4489cc 1052:7cf9b3e849d2
71 71
72 sleep 1; 72 sleep 1;
73 73
74 http_get("/t.html?$_") for (1 .. 5); 74 http_get("/t.html?$_") for (1 .. 5);
75 75
76 # wait for cache manager process 76 # wait for cache manager process
77 77
78 sleep 10; 78 sleep 10;
79 79
80 opendir(my $dh, $t->testdir() . '/cache'); 80 opendir(my $dh, $t->testdir() . '/cache');
81 my $files = grep { ! /^\./ } readdir($dh); 81 my $files = grep { ! /^\./ } readdir($dh);