mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
use our own copy of stat(1) cos we know it'll be there & it has a set
output format.
This commit is contained in:
@@ -80,7 +80,7 @@ while [ $i -le 9 ]; do
|
||||
fi
|
||||
echo "********* level $i ***********" >>$seq.full
|
||||
date >>$seq.full
|
||||
find $SCRATCH_MNT -exec stat {} \; >$tmp.dates.$i
|
||||
find $SCRATCH_MNT -exec $here/src/lstat64 {} \; >$tmp.dates.$i
|
||||
if [ $i -gt 0 ]; then
|
||||
level_1=`expr $i - 1`
|
||||
diff -c $tmp.dates.$level_1 $tmp.dates.$i >>$seq.full
|
||||
|
||||
Reference in New Issue
Block a user