Now this test case can handle inode_map mount option and expose error for that mount option. Signed-off-by: Qu Wenruo <quwenruo@xxxxxxxxxxxxxx> --- tests/btrfs/017 | 4 ++-- tests/btrfs/017.out | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/btrfs/017 b/tests/btrfs/017 index 3f409d3..356cef5 100755 --- a/tests/btrfs/017 +++ b/tests/btrfs/017 @@ -86,8 +86,8 @@ rm -fr $SCRATCH_MNT/snap/foo* sync -units=`_btrfs_qgroup_units` -$BTRFS_UTIL_PROG qgroup show $units $SCRATCH_MNT | $AWK_PROG '/[0-9]/ {print $2" "$3}' +_scratch_unmount +_btrfs_check_scratch_qgroup # success, all done status=0 diff --git a/tests/btrfs/017.out b/tests/btrfs/017.out index 503eb88..bbc8eb4 100644 --- a/tests/btrfs/017.out +++ b/tests/btrfs/017.out @@ -1,4 +1,2 @@ QA output created by 017 Blocks modified: [0 - 1] -65536 65536 -65536 65536 -- 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