I think the number of structure is always changing based on different xfsporg-dev version. If some expected structure is missing in current environment, we won't check structure size and offset and set the result to notrun. Signed-off-by: Xiao Yang <yangx.jy@xxxxxxxxxxxxxx> --- tests/xfs/122 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/xfs/122 b/tests/xfs/122 index 845cdd2..64f4a1b 100755 --- a/tests/xfs/122 +++ b/tests/xfs/122 @@ -239,6 +239,11 @@ if [ $XFSPROGS_VERSION -lt 30000 ]; then echo 'sizeof( xfs_dsb_t ) = 208' >>$progout; fi +actual_num=`cat $progout | wc -l` +if [ $actual_num -lt 148 ]; then + _notrun "Some structure is missing in current envirment" +fi + LC_COLLATE=POSIX sort $progout status=0 -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html