diff --git a/t/Crust-Middleware/accesslog.t b/t/Crust-Middleware/accesslog.t index 6feb2ac..9796569 100644 --- a/t/Crust-Middleware/accesslog.t +++ b/t/Crust-Middleware/accesslog.t @@ -24,7 +24,7 @@ sub make-check-combined-logs($io) { return; } ok($v > 0); - note "# " ~ $s; + note "# " ~ $s if %*ENV; } }