diff --git a/test/hook.format-age.t b/test/hook.format-age.t index de9271818..36c8a9374 100755 --- a/test/hook.format-age.t +++ b/test/hook.format-age.t @@ -59,7 +59,7 @@ if ($output =~ /PUC-Rio/) sleep 1; $output = qx{../src/task rc:hook.rc list}; - like ($output, qr/<\d\ssec>/, 'format-age hook age -> '); + like ($output, qr/<\d\ssecs?>/, 'format-age hook age -> '); } else {