Work to get QA to run successfully on filesystems with non-default inode sizes.

This commit is contained in:
fsgqa
2002-12-19 01:46:51 +00:00
parent 72d83fb5d8
commit c7acd6c38e
4 changed files with 16 additions and 9 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ _zero_position()
exit
fi
length=`expr $length / 512`
src/devzero -v $value -b 1 -n $length -o $offset $SCRATCH_DEV
src/devzero -v $value -b 1 -n $length -o $offset $SCRATCH_DEV \
| perl -npe 's/\d\.\d\dKb/X.XXKb/g'
}
_filter_repair()