From: Darrick J. Wong Date: Wed, 11 Nov 2020 00:43:45 +0000 (-0800) Subject: xfs/033: use _scratch_xfs_db wrapper X-Git-Tag: v2022.05.01~595 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=37d4f926b525fbba8aa579b9eea4ae0921ea7b7b xfs/033: use _scratch_xfs_db wrapper Use the wrapper instead of open-coding the call. Signed-off-by: Darrick J. Wong Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/033 b/tests/xfs/033 index 372426b7..a1311dbe 100755 --- a/tests/xfs/033 +++ b/tests/xfs/033 @@ -76,7 +76,7 @@ if [ $_fs_has_crcs -eq 1 ]; then fi _link_out_file_named $seqfull.out "$FEATURES" -`xfs_db -r -c sb -c p $SCRATCH_DEV | grep 'ino = ' | \ +`_scratch_xfs_db -r -c sb -c p | grep 'ino = ' | \ sed -e 's/ //g' -e 's/^/export /'` # check we won't get any quota inodes setup on mount