From: fsgqa Date: Tue, 21 May 2002 05:27:09 +0000 (+0000) Subject: use our own copy of stat(1) cos we know it'll be there & it has a set X-Git-Tag: v1.1.0~1099 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d54a087affb8d97e5fa20cabf4822167e9174564;p=xfstests-dev.git use our own copy of stat(1) cos we know it'll be there & it has a set output format. --- diff --git a/064 b/064 index 3ccd159e..4f4aedea 100755 --- a/064 +++ b/064 @@ -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