Skip to content

Commit

Permalink
chore: ignore warning
Browse files Browse the repository at this point in the history
could be not possible to change the owner.

Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Jan 29, 2025
1 parent 79d182d commit 211a593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ private function getFullLiresignAppFolder(): string {
mkdir($path, 0777, true);
$user = fileowner(__FILE__);
chown($path, $user);
chgrp($path, $user);
@chgrp($path, $user);
}
return realpath($path);
}
Expand Down

0 comments on commit 211a593

Please sign in to comment.