aboutsummaryrefslogtreecommitdiffstats
path: root/tests/xfs/130
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xfs/130')
-rwxr-xr-xtests/xfs/1304
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/xfs/130 b/tests/xfs/130
index 48f6a8469a..1c3d642430 100755
--- a/tests/xfs/130
+++ b/tests/xfs/130
@@ -73,9 +73,9 @@ _scratch_xfs_repair -n >> "$seqres.full" 2>&1 || \
echo "+ corrupt image"
seq 0 $((agcount - 1)) | while read ag; do
- $XFS_DB_PROG -x -c "agf ${ag}" -c "agf ${ag}" -c "addr refcntroot" \
+ _scratch_xfs_db -x -c "agf ${ag}" -c "agf ${ag}" -c "addr refcntroot" \
-c "stack" -c "blocktrash -x 4096 -y 4096 -z -n 8 -3" \
- "${SCRATCH_DEV}" >> "$seqres.full" 2>&1
+ >> "$seqres.full" 2>&1
done
echo "+ mount image"