Use newly introduced _btrfs_check_scratch_qgroup() to double check if qgroup numbers are correct. Signed-off-by: Qu Wenruo <quwenruo@xxxxxxxxxxxxxx> --- tests/btrfs/042 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/btrfs/042 b/tests/btrfs/042 index 498ccc9..003b7af 100755 --- a/tests/btrfs/042 +++ b/tests/btrfs/042 @@ -89,6 +89,9 @@ if [ $total_written -gt $LIMIT_SIZE ];then _fail "total written should be less than $LIMIT_SIZE" fi +_scratch_unmount +_btrfs_check_scratch_qgroup + # success, all done echo "Silence is golden" status=0 -- 2.7.4 -- 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