diff --git a/t/Path.t b/t/Path.t index a33c15a..5bcf6dc 100644 --- a/t/Path.t +++ b/t/Path.t @@ -500,7 +500,7 @@ SKIP: { $dir = catdir($dir_stem, 'aad'); stderr_like( sub {make_path($dir, {user => $max_user, group => $max_group})}, - qr{\Aunable to map $max_user to a uid, ownership not changed: .* at \S+ line \d+ + qr{\Aunable to map $max_user to a uid, ownership not changed: .* at \S+ line \d+\.? unable to map $max_group to a gid, group ownership not changed: .* at \S+ line \d+\b}, "created a directory not owned by $max_user:$max_group..." );