Skip to content

Commit

Permalink
fs-own: disable broken test on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Feb 2, 2025
1 parent 4347eb2 commit 7073749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/fs-own
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function fs_own_test() (
--ug
--ugx
--permissions='a-xrw,ug+Xrw'
#--reference="$DOROTHY" <-- on macos this is 40755 which fails when applied to files
# --reference="$DOROTHY" <-- on macos this is 40755 which fails when applied to files
--me
--admin
--root
Expand Down Expand Up @@ -99,7 +99,7 @@ function fs_own() (
sets file and directory permissions.
--reference=<path>
use the <permissions> from this <path>.
is a cross-platform an alternative to:
is a cross-platform alternative to:
chmod --reference=<source> <target>
--owner=<owner>
Expand Down

0 comments on commit 7073749

Please sign in to comment.