Skip to content

Commit fc912d0

Browse files
committed
Removed special chown test for XFS
Linux XFS turned to use setattr_copy() to set vfs inode attributes. That means XFS has same chown behaviors as ext4, btrfs and other filesystems and the special chown test must be removed.
1 parent 2f97c87 commit fc912d0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/chown/00.t

-6
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@ case "${os}:${fs}" in
176176
Linux:glusterfs)
177177
expect "0555,65534,65532|06555,65534,65532" lstat ${n0} mode,uid,gid
178178
;;
179-
Linux:xfs)
180-
expect 0555,65534,65532 lstat ${n0} mode,uid,gid
181-
;;
182179
Linux:*)
183180
expect 06555,65534,65532 lstat ${n0} mode,uid,gid
184181
;;
@@ -193,9 +190,6 @@ case "${os}:${fs}" in
193190
Linux:glusterfs)
194191
expect "0555,65534,65533|06555,65534,65533" lstat ${n0} mode,uid,gid
195192
;;
196-
Linux:xfs)
197-
expect 0555,65534,65533 lstat ${n0} mode,uid,gid
198-
;;
199193
Linux:*)
200194
expect 06555,65534,65533 lstat ${n0} mode,uid,gid
201195
;;

0 commit comments

Comments
 (0)