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
View File
@@ -126,6 +126,8 @@ mkfs_xfs -lsize=2000b $SCRATCH_DEV | _filter_mkfs 2>$tmp.mkfs
source $tmp.mkfs
[ $dbsize -eq 4096 ] \
|| _notrun "Logprint test, tailored to 4K blocks ($dbsize in use)"
[ $isize -eq 256 ] \
|| _notrun "Logprint test, tailored to 256b inodes ($isize in use)"
[ $lversion -eq 1 ] \
|| _notrun "Logprint test, tailored to v1 log format (v$lversion in use)"