]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
use our own copy of stat(1) cos we know it'll be there & it has a set
authorfsgqa <fsgqa>
Tue, 21 May 2002 05:27:09 +0000 (05:27 +0000)
committerfsgqa <fsgqa>
Tue, 21 May 2002 05:27:09 +0000 (05:27 +0000)
output format.

064

diff --git a/064 b/064
index 3ccd159e5c3e6ed4d9c1788bae12f4bb5abab6ec..4f4aedeafcdc22ef6ead2803aae89bfb90afba70 100755 (executable)
--- 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