Skip to content

Commit

Permalink
Corrected place for print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Nov 25, 2019
1 parent 5e5c0cd commit d644a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/cache.t
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ CACHED: {
ok($headers =~ /^ETag:\s+.+/m);
ok($headers =~ /^Expires: /m);

diag(">>>>>>>>>>>>>>>>>>$body");
ok($body =~ /"\/web\/English\/test4.cgi\/.+\.html"/m);

$ENV{'SCRIPT_NAME'} = '/cgi-bin/test5.cgi';
Expand All @@ -337,7 +338,6 @@ CACHED: {
ok($headers =~ /^ETag:\s+.+/m);
ok($headers =~ /^Expires: /m);

diag(">>>>>>>>>>>>>>>>>>$body");
ok($body =~ /"\/web\/English\/test4.cgi\/.+\.html"/m);

ok(-f "$tempdir/web/English/test5.cgi/arg1=a_arg2=b.html");
Expand Down

0 comments on commit d644a54

Please sign in to comment.