mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
add null files tests to auto group
Merge of master-melb:xfs-cmds:28940a by kenmcd. leave bad files around for post mortem on failure.
This commit is contained in:
@@ -69,9 +69,12 @@ do
|
||||
if xfs_bmap $file | grep 'no extents' > /dev/null
|
||||
then
|
||||
echo corrupt file $file - non-zero size but no extents
|
||||
else
|
||||
rm -f $file
|
||||
fi
|
||||
else
|
||||
rm -f $file
|
||||
fi
|
||||
rm -f $file
|
||||
fi
|
||||
i=`expr $i + 1`
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user