From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Use the wrapper instead of open-coding the call. Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> --- tests/xfs/033 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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