xfs: replace open-coded calls to xfs_logprint with helpers
[xfstests-dev.git] / tests / xfs / 135
index cc50598065afcf14d524bfa9ca12629610ee66a9..9783cfc21a7fa660cc225a4929ada6fd6c1c1417 100755 (executable)
@@ -48,7 +48,7 @@ for i in 16 32 64 128 256; do
        _scratch_xfs_db -x -c "logformat -c 3 -s $lsunit" | \
                tee -a $seqres.full
        # don't redirect error output so it causes test failure
-       $XFS_LOGPRINT_PROG $SCRATCH_DEV >> $seqres.full
+       _scratch_xfs_logprint >> $seqres.full
 done
 
 # success, all done