Skip to content

Commit

Permalink
rename tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jun 16, 2011
1 parent 8b3d10b commit c2ca2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/harakiri.t
Expand Up @@ -26,7 +26,7 @@ test_psgi
test_psgi
app => sub {
my $env = shift;
$env->{'psgix.harakiri'} = 1;
$env->{'psgix.harakiri.commit'} = 1;
return [ 200, [ 'Content-Type' => 'text/plain' ], [$$] ];
},
client => sub {
Expand Down

0 comments on commit c2ca2f0

Please sign in to comment.