Message ID | 20161129073303.14776-6-quwenruo@cn.fujitsu.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
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
Use newly introduced _btrfs_check_scratch_qgroup() to double check if qgroup numbers are correct. Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> --- tests/btrfs/042 | 3 +++ 1 file changed, 3 insertions(+)