mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
stat is different on Linux vs. IRIX. Will use ls instead and filter.
Merge of master-melb:xfs-cmds:23593a by kenmcd. stat is different on Linux vs. IRIX. Will use ls instead and filter.
This commit is contained in:
@@ -99,7 +99,9 @@ echo "now fill in the holes"
|
||||
_chowning_file 1000 2000 1
|
||||
|
||||
echo "look at the final file ownership for fun"
|
||||
stat -ug $SCRATCH_MNT/* | sed "s#$SCRATCH_MNT#SCRATCH_MNT#g"
|
||||
ls -l $SCRATCH_MNT/* \
|
||||
| $AWK_PROG 'NF > 2 {print $3, $4, $NF}' \
|
||||
| sed "s#$SCRATCH_MNT#SCRATCH_MNT#g"
|
||||
|
||||
# success, all done
|
||||
status=0
|
||||
|
||||
@@ -6,5 +6,4 @@ creating quota file with holes
|
||||
now fill in the holes
|
||||
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
|
||||
look at the final file ownership for fun
|
||||
SCRATCH_MNT/file.chown:
|
||||
uid 1999; gid 1999
|
||||
1999 1999 SCRATCH_MNT/file.chown
|
||||
|
||||
Reference in New Issue
Block a user