Skip to content

Commit

Permalink
review(*) skip_no_hup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
casimiro committed Jun 11, 2024
1 parent 0313c03 commit a395414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/TestWasmX.pm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sub skip_hup {

sub skip_no_hup {
if ($ENV{TEST_NGINX_USE_HUP} == 0) {
plan(skip_all => "skip in default mode");
plan(skip_all => "skip without HUP mode");
}
}

Expand Down

0 comments on commit a395414

Please sign in to comment.