Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
hkoba committed Dec 4, 2024
1 parent 383f6a5 commit a4d1dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/connection.t
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ require_ok('YATT::Lite::WebMVC0::SiteApp');
{

my $mux = YATT::Lite::WebMVC0::SiteApp->new
(doc_root => rootname($0) . ".d"
(doc_root => rootname(MY->rel2abs($0)) . ".d"
, app_ns => myapp($i)
, site_prefix => '/myblog'
, die_in_error => 1
Expand Down

0 comments on commit a4d1dcf

Please sign in to comment.